Add Vim plugin handling to the software-install.sh script.

This commit is contained in:
Scott Wallace 2016-03-07 08:15:55 +00:00
parent feccba175d
commit 0fe32453d8

View file

@ -108,4 +108,10 @@ else
fi fi
#------------------------------- #-------------------------------
#-------------------------------
# Ensure Vim plugins are up-to-date
#-------------------------------
vim +PluginInstall +PluginUpdate +qall
#-------------------------------
exit 0 exit 0