summaryrefslogtreecommitdiffstats
path: root/update
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-04-16 11:25:31 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-04-16 11:26:19 +0200
commit8bdf7a3459ca8345d6a2ac4a0f7951c85a226c5a (patch)
tree745a798a8432b8220c1fffaaf8f8101bd8afa423 /update
parentf60841c39c7dbc4d00e93ad4a210a5259ab39793 (diff)
downloadvim-8bdf7a3459ca8345d6a2ac4a0f7951c85a226c5a.zip
vim-8bdf7a3459ca8345d6a2ac4a0f7951c85a226c5a.tar.gz
install swallows update
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