Always update from vundle

Previously, the after-up hook would only do a `:BundleInstall` when
installing vundle for the first time. This is inconsistent with the
pre-rcm process, and also less convenient.
This commit is contained in:
Mike Burns 2013-12-05 10:27:16 +01:00
parent 3bc2a98a1b
commit 3acd933e68
No known key found for this signature in database
GPG key ID: 655BF33564F06E44

View file

@ -2,5 +2,5 @@
if [ ! -e $HOME/.vim/bundle/vundle ]; then
git clone https://github.com/gmarik/vundle.git $HOME/.vim/bundle/vundle
vim -u $HOME/.vimrc.bundles +BundleInstall +qa
fi
vim -u $HOME/.vimrc.bundles +BundleInstall +qa