This commit is contained in:
Pavel Puchkin 2017-05-02 02:22:11 +00:00 committed by GitHub
commit 46afd19fff

View file

@ -25,3 +25,8 @@ function vundle-clean () {
vundle-init vundle-init
vim -c "execute \"PluginClean!\" | qa" vim -c "execute \"PluginClean!\" | qa"
} }
function vundle-clean () {
vundle-init
vim -c "execute \"BundleClean\" | q | q"
}