There are many stackoverflow questions about running shell programs from within vim
. Is it is possible to do the reverse, i.e.,
$ vim :BundleInstall
to allow me to run BundleInstall as part of a shell script, rather than having to open vim
and run it manually?
Note, now the syntax has changed, and the line should read (As per @sheharyar):
vim +PluginInstall +qall
For posterity, previously, the correct line was:
vim +BundleInstall +qall
Should anyone other than me be looking! Note: this is in the Github README for vundle.