How to install a Vimball plugin (with .vba extension)? The documentation just says:
install details Edit the vba file and type:
:so %
the vimball documentation says:
All a user needs to do with a vimball is:
vim someplugin.vba :so % :q
- Do I have to write that in normal mode (inside Vim) or in the _vimrc file?
- Do I have to write the full path of the .vba file?
- I can't write vim someplugin in normal mode do I have to write :vim plugin?