I plan to switch to vim 7.3 in the next days on my windows box - linux will soon follow. I also plan to switch my vim setup and let pathogen handle my plugins. I've googled but not yet found a solution how to handle plugins using vimball technique for setup. Any hints?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You are looking for Open the vimball up with vim. Instead of sourcing it with
Note you will have to make sure the path exists before you execute this command.
|
||||
|
|
You can try vim-addon-manager: it is able to put every plugin in a separate directory and correctly handles Vimball. |
|||
|
|