diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2014-08-09 23:09:07 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2014-08-09 23:09:07 +0200 |
commit | 02623f8adf72297b946167817710bb81a955d0e3 (patch) | |
tree | 48d847bba9a9829386cc47eda730fcbde009ff86 | |
parent | 2a3a9336ab720ef4f887e8abdc51c2409ca67ea7 (diff) | |
download | vim-02623f8adf72297b946167817710bb81a955d0e3.zip vim-02623f8adf72297b946167817710bb81a955d0e3.tar.gz |
install launches vundle PluginInstall
-rwxr-xr-x | install | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,3 +9,4 @@ popd >/dev/null git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim +vim +PluginInstall +qall |