Wanting to add single plugin bundle to runtimepath I do following:
call pathogen#surround('~/.vim/bundle/colorschemes')
If that directory exists rtp's after directory path will contain //
(~/.vim/bundle/colorschemes//after). I haven't tested if that poses any
runtime problem (I suspect it does not). So this is then in "be nice"
category.
Wanting to add single plugin bundle to
runtimepathI do following:If that directory exists
rtp's after directory path will contain//(
~/.vim/bundle/colorschemes//after). I haven't tested if that poses anyruntime problem (I suspect it does not). So this is then in "be nice"
category.