Skip to content

Commit 25b87c9

Browse files
authored
Merge pull request #855 from daxgames/master
automate the vim plugin install so no prompt is displayed
2 parents c732745 + 4cd9dfb commit 25b87c9

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\" \"+let g:session_autosave = 'no'\" +BundleClean +BundleInstall! +qall"
3030
end
3131

3232

0 commit comments

Comments
 (0)