summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2014-08-09 23:09:07 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2014-08-09 23:09:07 +0200
commit02623f8adf72297b946167817710bb81a955d0e3 (patch)
tree48d847bba9a9829386cc47eda730fcbde009ff86
parent2a3a9336ab720ef4f887e8abdc51c2409ca67ea7 (diff)
downloadvim-02623f8adf72297b946167817710bb81a955d0e3.zip
vim-02623f8adf72297b946167817710bb81a955d0e3.tar.gz
install launches vundle PluginInstall
-rwxr-xr-xinstall1
1 files changed, 1 insertions, 0 deletions
diff --git a/install b/install
index cc4739b..dd34aa6 100755
--- a/install
+++ b/install
@@ -9,3 +9,4 @@ popd >/dev/null
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
+vim +PluginInstall +qall