From 9ed4d1cfa3546143231958c4f75894ac907a1a56 Mon Sep 17 00:00:00 2001 From: Tharre Date: Tue, 21 Apr 2015 11:01:19 +0200 Subject: vim: make sure everything is installed beforehand --- shell/_vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/_vimrc b/shell/_vimrc index 5e83a39..68dffe8 100644 --- a/shell/_vimrc +++ b/shell/_vimrc @@ -57,7 +57,9 @@ filetype plugin indent on " If there are uninstalled bundles found on startup, " this will conveniently prompt you to install them. -NeoBundleCheck +if reinstall + NeoBundleInstall +endif " ----- general settings ----- set encoding=utf-8 -- cgit v1.2.3-70-g09d2