Re: Stuff in testdir

2008-09-15 Fir de Conversatie Bill McCarthy
On Sun 14-Sep-08 2:52pm -0600, Bram Moolenaar wrote: Bill McCarthy wrote: You are correct that Mingw is not a complete package. One needs to download the various unix utilities separately. But one usually gets sh.exe also - I also got zsh.exe in one of my downloads of unix utilities.

matchit bug

2008-09-15 Fir de Conversatie Robert Webb
There's a little bug in the matchit plugin which might affect some scripts relying on vim's behaviour. Consider jumping between the start and end of a C comment, ie /* blah */. Without matchit, vim moves the cursor between the two slashes, but with matchit, the cursor moves to the * at the

Re: ANNC: Relative Numbering plugin

2008-09-15 Fir de Conversatie Matthew Winn
On Sun, 14 Sep 2008 21:09:29 +0200, Tony Mechelynck [EMAIL PROTECTED] wrote: What do you mean, they aren't allowed? Not only do all the Vim Google Groups include an underscore in their names, when I click that link (in SeaMonkey on openSUSE Linux 11.0) I get a page saying Found. Please

Re: Bug in exception handling with :return

2008-09-15 Fir de Conversatie Bram Moolenaar
Matt Wozniski wrote: These two functions ought to behave identically, but don't... For some reason, the :catch never gets triggered for the Broken one. function! Working() try let y = x return y catch /^Vim\%((\a\+)\)\=:E121/ Handle 'Undefined variable' errors

Re: ANNC: Relative Numbering plugin

2008-09-15 Fir de Conversatie Charles Campbell
Matthew Winn wrote: On Sun, 14 Sep 2008 21:09:29 +0200, Tony Mechelynck [EMAIL PROTECTED] wrote: What do you mean, they aren't allowed? Not only do all the Vim Google Groups include an underscore in their names, when I click that link (in SeaMonkey on openSUSE Linux 11.0) I get a page

Re: ANNC: Relative Numbering plugin

2008-09-15 Fir de Conversatie James Vega
On Sun, Sep 14, 2008 at 08:57:59PM +0200, Rhialto wrote: The link you have there, http://groups.google.com/group/vim_dev/attach/10fa0944a8b643b4/vim-7.2-relativenumber-02.patch?part=2 , redirects (now, maybe not before?) to

Re: ANNC: Relative Numbering plugin

2008-09-15 Fir de Conversatie Charles Campbell
James Vega wrote: On Sun, Sep 14, 2008 at 08:57:59PM +0200, Rhialto wrote: The link you have there, http://groups.google.com/group/vim_dev/attach/10fa0944a8b643b4/vim-7.2-relativenumber-02.patch?part=2 , redirects (now, maybe not before?) to

Re: (patch) Lua interface : Borland C++ 5.5.1 test

2008-09-15 Fir de Conversatie Paul Moore
On Sep 11, 3:06 am, Luis Carvalho [EMAIL PROTECTED] wrote: In any case, the latest version of the patch that fixes Make_bc5.mak can be found at: http://wiki.linuxfromscratch.org/blfs/attachment/wiki/vim/vim72-lua-0...http://wiki.linuxfromscratch.org/blfs/attachment/wiki/vim/vim72-lua-m... Is

Typo in runtime/doc/autocmd.txt

2008-09-15 Fir de Conversatie Jean-Rene David
Hello, A typo in autocmd.txt. *** runtime/doc/autocmd.txt 2008-09-15 20:55:19.0 -0400 --- /tmp/autocmd.txt2008-09-15 20:50:37.0 -0400 *** *** 827,834 two ways: 1. When there is no '/' in the pattern, Vim checks for a match against only the tail

Re: Problem with CursorMoved AutoCommand when Editing Files on a Remote WIndows Share

2008-09-15 Fir de Conversatie David Kotchan
Bram Moolenaar wrote: David Kotchan wrote: I've discovered a problem with Vim 7.2 when using the CursorMoved autocommand under Windows. The problem is only evident when editing files on a Windows share, rather than editing a file on the local machine. (Presumably the same issue is

Re: Problem with CursorMoved AutoCommand when Editing Files on a Remote WIndows Share

2008-09-15 Fir de Conversatie David Kotchan
John Beckett wrote: David Kotchan wrote: I've discovered a problem with Vim 7.2 when using the CursorMoved autocommand under Windows. The problem is only evident when editing files on a Windows share Perhaps this recent thread is relevant?