Re: Searching for Vim scripts

2007-09-06 Thread Yakov Lerner
On 9/4/07, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > Hello Vim users, > > So far we only had the possibility to search for scripts on the Vim > website. Of course you could use your favorite search engine, but then > you would find any type of file, not just Vim scripts. > > I have now adde

patch 7.1.096

2007-09-06 Thread Bram Moolenaar
Patch 7.1.096 Problem:Reading past end of a string when resizing Vim. (Dominique Pelle) Solution: Check the string pointer before getting the char it points to. Files: src/message.c *** ../vim-7.1.095/src/message.cTue Aug 7 21:59:26 2007 --- src/message.c Thu Aug 30 22

Re: A netrw cleaning plugin

2007-09-06 Thread Bram Moolenaar
Tony Mechelynck wrote: > At the moment there is still a spurious runtime/plugin/netrw.vim on > the rsync server, which is (IIUC) an obsolete version of > autoload/netrw.vim. Let's hope it will disappear when the above will > appear (presumably autoload/netrw.vim and/or plugin/netrwPlugin.vim > e

patch 7.1.097

2007-09-06 Thread Bram Moolenaar
Patch 7.1.097 Problem:":setlocal stl=%!1+1" does not work. Solution: Adjust check for pointer. (Politz) Files: src/option.c *** ../vim-7.1.096/src/option.c Sun Aug 12 15:50:26 2007 --- src/option.cWed Sep 5 22:34:27 2007 *** *** 6348,6354 err

patch 7.1.098

2007-09-06 Thread Bram Moolenaar
Patch 7.1.098 Problem:":call s:var()" doesn't work if "s:var" is a Funcref. (Andy Wokula) Solution: Before converting "s:" into a script ID, check if it is a Funcref. Files: src/eval.c *** ../vim-7.1.097/src/eval.c Wed Sep 5 21:45:54 2007 --- src/eval.c Thu Sep 6 12:11:19 2007 *

Re: A netrw cleaning plugin

2007-09-06 Thread Tony Mechelynck
Bram Moolenaar wrote: > Tony Mechelynck wrote: > >> At the moment there is still a spurious runtime/plugin/netrw.vim on >> the rsync server, which is (IIUC) an obsolete version of >> autoload/netrw.vim. Let's hope it will disappear when the above will >> appear (presumably autoload/netrw.vim and/

patch 7.1.099

2007-09-06 Thread Bram Moolenaar
Patch 7.1.099 Problem:When the 'keymap' and 'paste' options have a non-default value, ":mkexrc" and ":mksession" do not correctly set the options. Solution: Set the options with side effects before other options. Files: src/option.c *** ../vim-7.1.098/src/option.c Thu Se

patch 7.1.100

2007-09-06 Thread Bram Moolenaar
Patch 7.1.100 Problem:Win32: Executing cscope doesn't always work properly. Solution: Use another way to invoke cscope. (Mike Williams) Files: src/if_cscope.c, src/if_cscope.h, src/main.c, src/proto/if_cscope.pro *** ../vim-7.1.099/src/if_cscope.c Tue Aug 21 18:02:58

Re: A netrw cleaning plugin

2007-09-06 Thread Bram Moolenaar
Tony Mechelynck wrote: > >> At the moment there is still a spurious runtime/plugin/netrw.vim on > >> the rsync server, which is (IIUC) an obsolete version of > >> autoload/netrw.vim. Let's hope it will disappear when the above will > >> appear (presumably autoload/netrw.vim and/or plugin/netrwPl

Minor startup problem with 'lazyredraw' set

2007-09-06 Thread Christian J. Robinson
Somewhere between patch 7.1.094 and 7.1.100 I found that setting 'lazyredraw' in my .vimrc causes gvim to not fully initialize the screen on startup until a key is pressed. I can reproduce it doing this: echo "set lazyredraw" > vimrc-example gvim -u vimrc-example -U NONE --noplugin Notice that

Re: Minor startup problem with 'lazyredraw' set

2007-09-06 Thread Ajit Thakkar
On 9/6/07, Christian J. Robinson <[EMAIL PROTECTED]> wrote: > > > Somewhere between patch 7.1.094 and 7.1.100 I found that setting > 'lazyredraw' in my .vimrc causes gvim to not fully initialize the > screen on startup until a key is pressed. I can reproduce it doing > this: > > echo "set lazyred

Re: firefox and vim was: Re: Feature request... non-uniform tab stops

2007-09-06 Thread Richard Hartmann
I don't know why, but neither seem to want to work with iceweasel.. Any ideas why that could be? I tried gvim with and without full path, neither worked. Richard --~--~-~--~~~---~--~~ You received this message from the "vim_dev" maillist. For more information, vi

Re: firefox and vim was: Re: Feature request... non-uniform tab stops

2007-09-06 Thread Tony Mechelynck
Richard Hartmann wrote: > I don't know why, but neither seem to want to work with iceweasel.. > Any ideas why that could be? I tried gvim with and without full path, > neither worked. > > > Richard try gvim -f with full path if it isn't in the $PATH. See the second paragraph ("GUI:")

Re: A netrw cleaning plugin

2007-09-06 Thread Bill McCarthy
On Thu 6-Sep-07 8:58am -0600, Tony Mechelynck wrote: > rsync has just downloaded (among others) > autoload/netrw.vim but it is v110, Updating also downloads plugin/netrw.vim. No such file should be present. -- Best regards, Bill --~--~-~--~~~---~--~~ You rec

Re: A netrw cleaning plugin

2007-09-06 Thread Tony Mechelynck
Bill McCarthy wrote: > On Thu 6-Sep-07 10:45pm -0600, Tony Mechelynck wrote: > > >> Bill McCarthy wrote: >>> On Thu 6-Sep-07 8:58am -0600, Tony Mechelynck wrote: >>> rsync has just downloaded (among others) autoload/netrw.vim but it is v110, >>> Updating also downloads plugin/netrw.vi

Re: A netrw cleaning plugin

2007-09-06 Thread Tony Mechelynck
Bill McCarthy wrote: > On Thu 6-Sep-07 8:58am -0600, Tony Mechelynck wrote: > >> rsync has just downloaded (among others) >> autoload/netrw.vim but it is v110, > > Updating also downloads plugin/netrw.vim. No such file should > be present. > not anymore here; but you use the runtime/dos/ sub

Re: A netrw cleaning plugin

2007-09-06 Thread Bill McCarthy
On Thu 6-Sep-07 10:45pm -0600, Tony Mechelynck wrote: > Bill McCarthy wrote: >> On Thu 6-Sep-07 8:58am -0600, Tony Mechelynck wrote: >> >>> rsync has just downloaded (among others) >>> autoload/netrw.vim but it is v110, >> >> Updating also downloads plugin/netrw.vim. No such file should >> b