Commit fe175661 authored by Max Gonzih's avatar Max Gonzih
Browse files

vundle call fixed for new vundle version

parent 499819ce
......@@ -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"
}
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