Merge pull request #855 from daxgames/master

automate the vim plugin install so no prompt is displayed
This commit is contained in:
Luiz Gonzaga dos Santos Filho
2020-12-15 10:52:09 -08:00
committed by GitHub

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