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