Explorar el Código

Update Vundle commands

`Bundle` commands are being deprecated in favour of `Plugin` and `Vundle`
variants.
Weiyi Lou hace 11 años
padre
commit
382f2fb604
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      setup.sh

+ 1 - 1
setup.sh

@@ -95,7 +95,7 @@ clone_vundle() {
 setup_vundle() {
   system_shell="$SHELL"
   export SHELL='/bin/sh'
-  vim -u "$HOME/.vimrc.bundles" +BundleInstall! +BundleClean +qall
+  vim -u "$HOME/.vimrc.bundles" +PluginInstall! +PluginClean! +qall
   export SHELL="$system_shell"
 
   success "$1"