浏览代码

vundle call fixed for new vundle version

Max Gonzih 13 年之前
父节点
当前提交
fe175661fd
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      plugins/vundle/vundle.plugin.zsh

+ 2 - 2
plugins/vundle/vundle.plugin.zsh

@@ -12,11 +12,11 @@ function vundle-init () {
 
 function vundle () {
   vundle-init
-  vim -c "execute \"BundleInstall\" | q"
+  vim -c "execute \"BundleInstall\" | q | q"
 }
 
 
 function vundle-update () {
   vundle-init
-  vim -c "execute \"BundleInstall!\" | q"
+  vim -c "execute \"BundleInstall!\" | q | q"
 }