On 2011-03-17, Bram Moolenaar wrote:
> Gary Johnson wrote:
> 
> > I've encountered a problem using gvim 7.3.138 on a Windows XP system
> > because of the way that Vim expands "plugin/**/*.vim" when it loads
> > plugins.  Specifically, Vim includes RCS file names that end with
> > .vim,v in that expansion.

> > The error can also be observed by cd'ing to an RCS directory
> > containing one or more files ending in ".vim,v" and executing from
> > within Vim
> > 
> >     :args *.vim
> > 
> > Vim will put all the *.vim,v files in the argument list and open the
> > first one.

> Strange.  I wonder what's special about that ",v" that makes it ignored
> when comparing the file name against the pattern.
> 
> I'll add it to the todo list, but it's going to be a while until I can
> look into it.

Thanks.  I'd look into it further myself but I don't have a Windows
development environment.

Regards,
Gary

-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to