Skip to content

Commit

Permalink
Always update from vundle
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mike-burns committed Dec 5, 2013
1 parent 3bc2a98 commit 3acd933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/post-up
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3acd933

Please sign in to comment.