Merge pull request #1711 from bertabus/master

Vundle clean function
master
Robby Russell 13 years ago
commit 2a0c1d7b92
  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