summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 89c75a4..28b1e5f 100755
--- a/install
+++ b/install
@@ -125,7 +125,7 @@ function vimConfigInstaller() {
echo -e '\tsource ~/.vimrc_background' >> $vimrc
echo -e 'endif' >> $vimrc
git clone https://github.com/VundleVim/Vundle.vim.git $vim_home/bundle/Vundle.vim || { echo "Vundle not cloned, using existing!"; }
- vim +PluginInstall +qall
+ vim +PluginUpdate +qall -c "q"
return 0
}