diff options
-rw-r--r-- | shell/_vimrc | 4 |
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 |