diff options
Diffstat (limited to 'files/.vim/bundle')
| m--------- | files/.vim/bundle/repeat | 0 | ||||
| -rwxr-xr-x | files/.vim/bundle/update.sh | 16 |
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" |
