On 08:41 Fri 23 Sep     , tyru wrote:
> 2011/09/23 8:38 "tyru" <tyru....@gmail.com>:
> >
> >
> > 2011/09/23 2:47 "Matt Martini" <matt.mart...@gmail.com>:
> >
> > >
> > > I would like to know if there is a way to conditionally load a bundle,
> or if there is an way to load a bundle manually.
> >
> > rtputil.vim has the functionality to load a bundle manually.
> > https://github.vim/thinca/vim-rtputil
> 
> Oops... URL is wrong.
> https://github.com/thinca/vim-rtputil
> 
> >
> > >
> > > I was getting really long load times (on the order of 30 seconds) for
> vim (7.3.230 OS X), through some effort I tracked this
> > > down to the syntastic bundle.  I like this bundle and it is really
> useful sometimes, but most of the time it is not needed for
> > > the files I am editing.
> > >
> > > Is there a way to create a map to load this module, or have it load
> conditionally?
> > >
> > > Thanks,
> > >
> > > Matt
> > >
> > > --
> >
> > > 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
> 
> -- 
> 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

Also with vim-addon-manager it is possible to load chosen plugins at startup
and other load in specific occasions. This also can be done using autocommands.
http://www.vim.org/scripts/script.php?script_id=2905

Best,
Marcin

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