mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
Merge pull request #4095 from kd35a/master
Use 'quit all' instead of counting needed quits
This commit is contained in:
commit
8c3d4a9826
1 changed files with 3 additions and 3 deletions
|
@ -13,15 +13,15 @@ function vundle-init () {
|
|||
|
||||
function vundle () {
|
||||
vundle-init
|
||||
vim -c "execute \"PluginInstall\" | q | q"
|
||||
vim -c "execute \"PluginInstall\" | qa"
|
||||
}
|
||||
|
||||
function vundle-update () {
|
||||
vundle-init
|
||||
vim -c "execute \"PluginInstall!\" | q | q"
|
||||
vim -c "execute \"PluginInstall!\" | qa"
|
||||
}
|
||||
|
||||
function vundle-clean () {
|
||||
vundle-init
|
||||
vim -c "execute \"PluginClean!\" | q | q"
|
||||
vim -c "execute \"PluginClean!\" | qa"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue