install AND update vundles on rake update
This commit is contained in:
parent
3b8120e9d4
commit
a8a39cd598
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user