On Oct 26, 4:31 pm, Gary Johnson <[email protected]> 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
