gVim 7.2 --remote-tab-silent command line interpretation bug

2009-05-05 Fir de Conversatie Valery Kondakoff
Hi! If I'm trying to open a file like this: gvim.exe --remote-tab-silent c:\MP3\XXX\LIZA MINNELLI\(1989) RESULTS\info.txt gVim tries to open \MP3\XXX\LIZA MINNELLI(1989) RESULTS\info.txt resulting in a new file. If I'm trying to open the same file without the --remote-tab-silent option the

Re: gVim 7.2 --remote-tab-silent command line interpretation bug

2009-05-05 Fir de Conversatie Ricky
I usually use right button menu to open file in new tab, try this: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\Edit with Vim(V)] [HKEY_CLASSES_ROOT\*\shell\Edit with Vim(V)\command] @=\D:\\Program Files\\Vim\\vim72\\gvim.exe\ -p

Re: Fix for crash in eval.c

2009-05-05 Fir de Conversatie Nico Weber
Hi Bram On 05.05.2009, at 03:41, Bram Moolenaar wrote: Nico Weber wrote: Valgrind memory checker finds several errors in vim-7.2 (patches 1-148) with the reproduction steps described at http://groups.google.com/group/vim_mac/browse_thread/thread/4e0149ff4f84e3d3 : ==33469== Invalid

Re: Add support for guidecolumn in VIM

2009-05-05 Fir de Conversatie _Lone
On May 4, 10:50 pm, Dominique Pellé dominique.pe...@gmail.com wrote: _Lone wrote: On May 2, 11:32 pm, Dominique Pellé dominique.pe...@gmail.com wrote: _Lone wrote: I have modified the patch. The name is now margincolumn. The behavior is: 'mc' = 0 - off 'mc' 0 - highlightes

Re: Add support for guidecolumn in VIM

2009-05-05 Fir de Conversatie Bram Moolenaar
Dennis Benzinger wrote: Am 01.05.2009 21:23, Matt Wozniski schrieb: [...] I agree. I think that 'guidecolumn' is a much better name. [...] Me too. Also, I agree with Gary - it's not inconceivable that someone might want two guides at different spots representing different

comma in $HOME bug?

2009-05-05 Fir de Conversatie Michael Hordijk
Vim doesn't seem to handle a comma in $HOME at all. In this case, $HOME = /u/hordijk,spin strace shows that Vim seems to be doing some odd parsing around the comma: stat64(/u/hordijk/syntax/synload.vim, 0xbfa03e9c) = -1 ENOENT (No such file or directory) stat64(spin/.vim/syntax/synload.vim,

Re: comma in $HOME bug?

2009-05-05 Fir de Conversatie Matt Wozniski
On Tue, May 5, 2009 at 12:50 PM, Michael Hordijk wrote: Vim doesn't seem to handle a comma in $HOME at all.  In this case, $HOME = /u/hordijk,spin  strace shows that Vim seems to be doing some odd parsing around the comma: stat64(/u/hordijk/syntax/synload.vim, 0xbfa03e9c) = -1 ENOENT (No

Re: Add support for guidecolumn in VIM

2009-05-05 Fir de Conversatie Bram Moolenaar
Pankaj Garg wrote: On May 4, 10:50 pm, Dominique Pellé dominique.pe...@gmail.com wrote: _Lone wrote: On May 2, 11:32 pm, Dominique Pellé dominique.pe...@gmail.com wrote: _Lone wrote: I have modified the patch. The name is now margincolumn. The behavior is: 'mc' = 0 - off

Re: comma in $HOME bug?

2009-05-05 Fir de Conversatie Michael Hordijk
On 05/05/2009 01:04 PM, Matt Wozniski wrote: On Tue, May 5, 2009 at 12:50 PM, Michael Hordijk wrote: Vim doesn't seem to handle a comma in $HOME at all. In this case, $HOME = /u/hordijk,spin strace shows that Vim seems to be doing some odd parsing around the comma:

Re: comma in $HOME bug?

2009-05-05 Fir de Conversatie Bram Moolenaar
Michael Hordijk wrote: On 05/05/2009 01:04 PM, Matt Wozniski wrote: On Tue, May 5, 2009 at 12:50 PM, Michael Hordijk wrote: Vim doesn't seem to handle a comma in $HOME at all. In this case, $HOME = /u/hordijk,spin strace shows that Vim seems to be doing some odd parsing around the

Small change to i_CTRL-X_CTRL-L documentation

2009-05-05 Fir de Conversatie Lech Lorens
The attached patch to Vim's documentation mentions when it is possible to insert consecutive lines by pressing CTRL-X CTRL-L repeatedly. -- Cheers, Lech --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit