Re: undo file location was: Re: Update on Vim 7.3 status

2010-05-28 Thread Xavier de Gaye
On Fri, May 28, 2010 at 2:59 AM, Tony Mechelynck wrote: >> ... > > I would add not only .*.swp but even .*.sw? (to ignore .swo .swn etc.), > src/auto/config.mk (which is regenerated by configure from the > config.mk.dist and a couple of others) and runtime/doc/tags (which is > regenerated by make i

Re: undo file location was: Re: Update on Vim 7.3 status

2010-05-28 Thread Markus Heidelberg
Tony Mechelynck, 2010-05-28 02:59: > On 28/05/10 01:54, Markus Heidelberg wrote: > > You can still add something like .*.swp to .hgignore for the swap files. > > I would add not only .*.swp but even .*.sw? (to ignore .swo .swn etc.), Yes, that would make sense. > src/auto/config.mk (which is re

Re: fix test29, [patch] improve line join algorithm was: Re: Planning Vim 7.3

2010-05-28 Thread epanda
Bram, In the first post you say that you want to improve installer for Windows deploy. I think gvim' toolbar is an old fashion one. I have done another look with new icons. Can I submit to you before you release the 7.3 please ? Thank you -- You received this message from the "vim_dev" maill

Re: undo file location was: Re: Update on Vim 7.3 status

2010-05-28 Thread Benjamin Fritz
On Thu, May 27, 2010 at 3:21 PM, Bram Moolenaar wrote: > > I have not heard a request for 'backup' to be buffer-local. We do have > the 'backupskip' option. Would we need a 'undofileskip' option? And > perhaps a "undofileapply" option for the opposite? I think using the > buffer-local option i

Re: fix test29, [patch] improve line join algorithm was: Re: Planning Vim 7.3

2010-05-28 Thread Bram Moolenaar
callingelvis wrote: > In the first post you say that you want to improve installer for > Windows deploy. > > I think gvim' toolbar is an old fashion one. I have done another look > with new icons. > > Can I submit to you before you release the 7.3 please ? If you would like to change the looks

Re: 3 remarks about undo.c

2010-05-28 Thread Dominique Pellé
Bram Moolenaar wrote: > Dominique Pelle wrote: > >> 3 remarks about vim/src/undo.c (at changeset: 271a5907f944): >> >> (1) Using persistent-undo, I notice once in a while the following memory >>     leak, but I have not found the way to reproduce it all the time: >> >> ==3371== 10 bytes in 2 block

Re: Patch for updated swedish spell files

2010-05-28 Thread Stefan Karlsson
On 2010-05-25 14:08 -0700, MWinther wrote: > > I'd be happy to give them a go. > > Awesome! I think some of the stuff you patched has been fixed in the > original Wow, the new OO dictionary contains a lot of new words! That is good. My changes mostly had to do with abbreviations. The new dictio

7.3 request

2010-05-28 Thread Christian J. Robinson
[Second attempt to send this to vim-dev; the original was sent directly to Bram as well.] I would like to request that the 'clipboard' option be made global-local rather than global in 7.3. Normally I wouldn't make this request for this option except for the fact that it can now contain th

Incorrect highlighting of VimL syntax

2010-05-28 Thread Lech Lorens
The following VimL line does not the correct highlighting for me: set isfname-=\" What I get after executing for id in synstack(line("."), col(".")) echo synIDattr(id, "name") endfor with cursor positioned on "set" is: vimIsCommand vimCommand While if I change the set command to s

Patch 7.2.440

2010-05-28 Thread Bram Moolenaar
Patch 7.2.440 Problem:Calling a function through a funcref, where the function deletes the funcref, leads to an invalid memory access. Solution: Make a copy of the function name. (Lech Lorens) Files: src/eval.c, src/testdir/test34.in, src/testdir/test34.ok *** ../vim-7.2.4

Patch 7.2.439

2010-05-28 Thread Bram Moolenaar
Patch 7.2.439 Problem:Invalid memory access when doing thesaurus completion and 'infercase' is set. Solution: Use the minimal length of completed word and replacement. (Dominique Pelle) Files: src/edit.c *** ../vim-7.2.438/src/edit.c 2010-03-10 14:15:28.0