diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-04-16 11:25:31 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-04-16 11:26:19 +0200 |
commit | 8bdf7a3459ca8345d6a2ac4a0f7951c85a226c5a (patch) | |
tree | 745a798a8432b8220c1fffaaf8f8101bd8afa423 /update | |
parent | f60841c39c7dbc4d00e93ad4a210a5259ab39793 (diff) | |
download | vim-8bdf7a3459ca8345d6a2ac4a0f7951c85a226c5a.zip vim-8bdf7a3459ca8345d6a2ac4a0f7951c85a226c5a.tar.gz |
install swallows update
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 |