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?
> http://groups.google.com/g
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 i
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 p
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..
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
>> http://vim_dev.googlegroups.com/attac
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
> http://vim_dev.googlegroups.com/attach/10fa0944a8b643b4/vim-7.2-re
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
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' error
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 occurring even when editi
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
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 end-c
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
12 matches
Mail list logo