Re: Conditional bundle loading?

2011-09-23 Thread Marcin Szamotulski
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

Re: Conditional bundle loading?

2011-09-23 Thread Charles Campbell
tyru wrote: 2011/09/23 2:47 Matt Martini matt.mart...@gmail.com mailto: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.

Conditional bundle loading?

2011-09-22 Thread Matt Martini
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. 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

Re: Conditional bundle loading?

2011-09-22 Thread Taylor Hedberg
Off-topic: Why is this posted in reply to Gvim crashing in xmonad? Matt Martini, Thu 2011-09-22 @ 13:47:30-0400: 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. What do you mean by bundle? Are you referring to Vim plugins

Re: Conditional bundle loading?

2011-09-22 Thread Taylor Hedberg
Matt Martini, Thu 2011-09-22 @ 15:28:47-0400: What would I do to get this to work since I am using Pathogen? Just use `:source ~/.vim/bundle/Syntastic/plugin/syntastic.vim` (or whatever the correct path to the syntastic.vim file is) instead of the source command I mentioned previously. It's

Re: Conditional bundle loading?

2011-09-22 Thread tyru
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 I was getting really

Re: Conditional bundle loading?

2011-09-22 Thread tyru
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.