Skip to content

Commit 4694192

Browse files
committed
Merge pull request skwp#591 from nikolai-b/master
install AND update vundles on rake update
2 parents 8c07077 + a8a39cd commit 4694192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/yadr/vundle.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def self.vundle_list
2626
end
2727

2828
def self.update_vundle
29-
system "vim --noplugin -u #{ENV['HOME']}/.vim/vundles.vim -N \"+set hidden\" \"+syntax on\" +BundleClean +BundleInstall +qall"
29+
system "vim --noplugin -u #{ENV['HOME']}/.vim/vundles.vim -N \"+set hidden\" \"+syntax on\" +BundleClean +BundleInstall! +qall"
3030
end
3131

3232

0 commit comments

Comments
 (0)