aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 1ff6c4d..d9a551c 100755
--- a/install
+++ b/install
@@ -51,7 +51,7 @@ if ask "vim" "Install VIM scripts"; then
mkdir -p ~/.vim/bundle
git clone "https://github.com/VundleVim/Vundle.vim.git" ~/.vim/bundle/Vundle.vim
}
- vim +PluginInstall +qall
+ vim +PluginUpdate +qall
fi
if ask "dev" "Development tools configuration"; then