vundle-clean command

This commit is contained in:
Pavel Puchkin 2012-08-15 11:30:20 +11:00
commit ce0c6cb2ee

View file

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