vundle call fixed for new vundle version

master
Max Gonzih 15 years ago
parent 499819ced1
commit fe175661fd
  1. 4
      plugins/vundle/vundle.plugin.zsh

@ -12,11 +12,11 @@ function vundle-init () {
function vundle () {
vundle-init
vim -c "execute \"BundleInstall\" | q"
vim -c "execute \"BundleInstall\" | q | q"
}
function vundle-update () {
vundle-init
vim -c "execute \"BundleInstall!\" | q"
vim -c "execute \"BundleInstall!\" | q | q"
}

Loading…
Cancel
Save