We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c07077 + a8a39cd commit 4694192Copy full SHA for 4694192
bin/yadr/vundle.rb
@@ -26,7 +26,7 @@ def self.vundle_list
26
end
27
28
def self.update_vundle
29
- 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"
30
31
32
0 commit comments