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:
parent
3bc2a98a1b
commit
3acd933e68
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue