patch 7.1.071

2007-08-14 Fir de Conversatie Bram Moolenaar
Patch 7.1.071 (after 7.1.040) Problem:Regexp patterns are not tested. Solution: Add a basic test, to be expanded later. Also add (commented-out) support for valgrind. Files: src/testdir/Makefile, src/testdir/test64.in, src/testdir/test64.ok ***

Re: patch 7.1.068

2007-08-14 Fir de Conversatie Milan Vancura
On Mon, 13 Aug 2007 06:58:02 -0700, Suresh Govindachar` [EMAIL PROTECTED] wrote: Although I think Tony is correct in his interpretation of the :help on equalalways, I too have never been happy with the way it worked. I prefer this new not-really-equal-equalalways. Perhaps this

Re: dynamic programming for gq formatting

2007-08-14 Fir de Conversatie Andrew Myers
On Aug 14, 2007, at 12:52 PM, Kyle Wheeler wrote: On Tuesday, August 14 at 12:04 PM, quoth Andrew Myers: The gq formatting feature in vim is very useful. Has anyone looked into making it do optimal line breaking, so text lines tend to be closer to the same length? There is a dynamic

patch 7.1.073

2007-08-14 Fir de Conversatie Bram Moolenaar
Patch 7.1.073 (after 7.1.062) Problem:Wrong cursor position and crash when 'preserveindent' is set. (Charles Campbell) Solution: Handle the situation that we start without indent. (Chris Lubinski) Files: src/misc1.c *** ../vim-7.1.072/src/misc1.c Sat Aug 11

patch 7.1.074

2007-08-14 Fir de Conversatie Bram Moolenaar
Patch 7.1.074 Problem:Crash when calling string() on a recurively nested List. Solution: Check result value for being NULL. (Yukihiro Nakadaira) Files: src/eval.c *** ../vim-7.1.073/src/eval.c Mon Aug 6 22:27:12 2007 --- src/eval.c Tue Aug 14 22:01:12 2007 *** ***

Re: patch 7.1.068

2007-08-14 Fir de Conversatie Adri Verhoef
On Sun, Aug 12, 2007 at 14:55:48 +, Bram Moolenaar wrote: Patch 7.1.068 --- runtime/doc/options.txt Sat Aug 11 17:25:38 2007 ! 4. one of the other windows are wider than the current or new !window. Should be: ...one of the other windows is wider...

Re: dynamic programming for gq formatting

2007-08-14 Fir de Conversatie Andrew Myers
On Aug 14, 2007, at 4:31 PM, Georg Dahn wrote: Andrew Myers wrote: Yes, but it would be nice to have it work cross-platform. As long as there's an internal text formatting feature, why not make it do a good job? It does already a good job. It depends on what you want it to do: if you'd

RE: Working of [I

2007-08-14 Fir de Conversatie Suresh Govindachar
Earlier, I asked: I am not curious about how [I finds the files to look into. What I would like to know is what [I does inside each file it decides to look into. Am I correct that the [I does not use the tags file? If it uses the tags file, how? Once inside a file,