Browse code

vundle call fixed for new vundle version

Max Gonzih authored on 02/09/2011 at 13:06:32
Showing 1 changed files
... ...
@@ -12,11 +12,11 @@ function vundle-init () {
12 12
 
13 13
 function vundle () {
14 14
   vundle-init
15
-  vim -c "execute \"BundleInstall\" | q"
15
+  vim -c "execute \"BundleInstall\" | q | q"
16 16
 }
17 17
 
18 18
 
19 19
 function vundle-update () {
20 20
   vundle-init
21
-  vim -c "execute \"BundleInstall!\" | q"
21
+  vim -c "execute \"BundleInstall!\" | q | q"
22 22
 }