Added Vundle clean to remove bundles removed from vimrc

master
bertabus 13 years ago
parent 0198a12953
commit c50b9a24f1
  1. 6
      plugins/vundle/vundle.plugin.zsh

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

Loading…
Cancel
Save