summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-04-21 11:01:19 +0200
committerTharre <tharre3@gmail.com>2016-10-07 20:08:47 +0000
commit9ed4d1cfa3546143231958c4f75894ac907a1a56 (patch)
treec6f6550cce2e93f08929eabe82a5e529a75e8a5f /shell
parentfb54d3799ad526719cb64bb57cac3ef7f54f300c (diff)
downloaddotfiles-9ed4d1cfa3546143231958c4f75894ac907a1a56.tar.gz
dotfiles-9ed4d1cfa3546143231958c4f75894ac907a1a56.tar.xz
dotfiles-9ed4d1cfa3546143231958c4f75894ac907a1a56.zip
vim: make sure everything is installed beforehand
Diffstat (limited to 'shell')
-rw-r--r--shell/_vimrc4
1 files changed, 3 insertions, 1 deletions
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