automate plugin install of vim s no prompt is displayed

This commit is contained in:
Dax T. Games
2020-11-25 17:26:38 -05:00
parent d5bc548240
commit 12c9a0896b

View File

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