diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-30 16:12:58 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-30 16:12:58 +0200 |
commit | 5b485264f1b7aaefc2840c25c4982defb2b0447a (patch) | |
tree | 3132af255c711e0656665447d71acc8d07d0cc0c /update | |
parent | 7cc78b30549cefacc6824d94228c3eda7937efed (diff) | |
parent | 8bdf7a3459ca8345d6a2ac4a0f7951c85a226c5a (diff) | |
download | vim-5b485264f1b7aaefc2840c25c4982defb2b0447a.zip vim-5b485264f1b7aaefc2840c25c4982defb2b0447a.tar.gz |
Merge branch 'master' of asynk.ch:vim
Diffstat (limited to 'update')
-rwxr-xr-x | update | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1,7 +0,0 @@ -#! /bin/sh - -DIR=$(readlink -f $(dirname $0)) -curl -so $DIR/autoload/pathogen.vim https://raw.github.com/tpope/vim-pathogen/HEAD/autoload/pathogen.vim -for repo in $DIR/bundle/*; do - echo -en " ${repo##*/}\n " && cd $repo && git pull -done |