vundle call fixed for new vundle version

This commit is contained in:
Max Gonzih 2011-09-02 16:06:32 +03:00
parent 499819ced1
commit fe175661fd

View File

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