From ec07950da8ff7a6fb9acccc6bf8f89727e3b4416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Sun, 25 Mar 2012 16:54:01 +0200 Subject: add update-vim-plugins --- update-vim-plugins | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 update-vim-plugins diff --git a/update-vim-plugins b/update-vim-plugins new file mode 100755 index 0000000..2d2d608 --- /dev/null +++ b/update-vim-plugins @@ -0,0 +1,6 @@ +#! /bin/bash + +curl -so ~/.vim/autoload/pathogen.vim https://raw.github.com/tpope/vim-pathogen/HEAD/autoload/pathogen.vim +for f in $HOME/.vim/bundle/*; do + echo -en " ${f##*/}\n " && cd $f && git pull +done -- cgit v1.1-2-g2b99