Merge pull request #591 from nikolai-b/master

install AND update vundles on rake update
This commit is contained in:
Yan Pritzker
2015-07-26 21:33:09 -05:00

View File

@@ -26,7 +26,7 @@ module Vundle
end
def self.update_vundle
system "vim --noplugin -u #{ENV['HOME']}/.vim/vundles.vim -N \"+set hidden\" \"+syntax on\" +BundleClean +BundleInstall +qall"
system "vim --noplugin -u #{ENV['HOME']}/.vim/vundles.vim -N \"+set hidden\" \"+syntax on\" +BundleClean +BundleInstall! +qall"
end