aboutsummaryrefslogtreecommitdiff
path: root/files/.vim/bundle
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2011-10-13 19:18:01 +0600
committerAnton Bobov <abobov@gmail.com>2011-10-13 19:39:34 +0600
commit59d4930b4f472481c04b869449e8e091fee02eba (patch)
treea74817e165ebee0baa503cc61a627353ad9b3741 /files/.vim/bundle
parentb73bf37f10e6c3c9ff4c68e320c88dae9360f56b (diff)
f
Diffstat (limited to 'files/.vim/bundle')
m---------files/.vim/bundle/repeat0
-rwxr-xr-xfiles/.vim/bundle/update.sh16
2 files changed, 0 insertions, 16 deletions
diff --git a/files/.vim/bundle/repeat b/files/.vim/bundle/repeat
new file mode 160000
+Subproject cdffdd43816ddaeee858ae42da3ab6ddcfa25d1
diff --git a/files/.vim/bundle/update.sh b/files/.vim/bundle/update.sh
deleted file mode 100755
index c8cb034..0000000
--- a/files/.vim/bundle/update.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-oldcwd=$(pwd)
-
-cd "$(dirname "$0")"
-for submodule in *
-do
- if [ -d "$submodule/.git" ]
- then
- cd "$submodule"
- echo "--- $submodule:"
- git pull
- cd ..
- fi
-done
-cd "$oldcwd"