Commit 546b99ad authored by Fredrik Strandin's avatar Fredrik Strandin
Browse files

Use 'quit all' instead of counting needed quits

parent 599831b8
...@@ -13,15 +13,15 @@ function vundle-init () { ...@@ -13,15 +13,15 @@ function vundle-init () {
function vundle () { function vundle () {
vundle-init vundle-init
vim -c "execute \"PluginInstall\" | q | q" vim -c "execute \"PluginInstall\" | qa"
} }
function vundle-update () { function vundle-update () {
vundle-init vundle-init
vim -c "execute \"PluginInstall!\" | q | q" vim -c "execute \"PluginInstall!\" | qa"
} }
function vundle-clean () { function vundle-clean () {
vundle-init vundle-init
vim -c "execute \"PluginClean!\" | q | q" vim -c "execute \"PluginClean!\" | qa"
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment