summaryrefslogtreecommitdiffstats
path: root/update
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-06-30 16:12:58 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-06-30 16:12:58 +0200
commit5b485264f1b7aaefc2840c25c4982defb2b0447a (patch)
tree3132af255c711e0656665447d71acc8d07d0cc0c /update
parent7cc78b30549cefacc6824d94228c3eda7937efed (diff)
parent8bdf7a3459ca8345d6a2ac4a0f7951c85a226c5a (diff)
downloadvim-5b485264f1b7aaefc2840c25c4982defb2b0447a.zip
vim-5b485264f1b7aaefc2840c25c4982defb2b0447a.tar.gz
Merge branch 'master' of asynk.ch:vim
Diffstat (limited to 'update')
-rwxr-xr-xupdate7
1 files changed, 0 insertions, 7 deletions
diff --git a/update b/update
deleted file mode 100755
index 59ae847..0000000
--- a/update
+++ /dev/null
@@ -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