Wednesday, October 26, 2011

Re: Please fix: make Windows Vim use same files as unix. No reason not to and it's confusing in mixed envirionments.

On Oct 26, 4:31 pm, Gary Johnson <garyj...@spocom.com> wrote:
> On 2011-10-26, Marko Mahnič wrote:
> > >    let s:thisfile = resolve(expand('<sfile>'))
> > >    let $MYVIMDIR = fnamemodify(s:thisfile, ':p:h')
> > >    let s:paths = split(&rtp, ',')
> > >    let i = index(s:paths, $MYVIMDIR)
> > >    if i < 0
> > >       call insert(s:paths, $MYVIMDIR, 0)
>
> Shouldn't there be a
>
>           call add(s:paths, $MYVIMDIR . "/after")
>
> here?
>
You are right.

Thanks,
Marko

--
You received this message from the "vim_use" 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

No comments: