On Oct 19, 4:14 am, "Christian Brabandt" <cbli...@256bit.org> wrote:
> On Wed, October 19, 2011 10:52 am, John Little wrote:
>
> > On Oct 19, 1:28 pm, Roger <rogerx....@gmail.com> wrote:
> >> Found ':source $VIMRUNTIME/menu.vim' was taking a very long time to
> >> load.
>
> > menu.vim globs your runtime path for "colors", keymaps, spell files,
> > and compiler support.  Maybe you have something strange or slow in
> > your runtime path?
>
> I think, globbing itsself was kind of expensive especially, when your
> $VIMRUNTIME was on a network share or something. I think, it even needs
> to call out a shell, but I am not sure I remember this correctly.

As I recall, globpath can be excessively slow, and is one of the
reasons I disabled the "namespace search" for the omnicppcomplete
plugin...

Brett S.

>
> regards,
> Christian

-- 
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

Reply via email to