summaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rwxr-xr-xvim/add-plugin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/add-plugin.sh b/vim/add-plugin.sh
index 0d3ab86..803d9d3 100755
--- a/vim/add-plugin.sh
+++ b/vim/add-plugin.sh
@@ -9,6 +9,6 @@ echo "Usage: `basename $0` <plugin-url> <plugin-name>"
fi
cd $(dirname $0)/..
-git submodule add $1 $(dirname $0)/vim/.vim/bundle/$2
+git submodule add $1 $(dirname $0)/vim/vim/bundle/$2
git submodule init
git submodule update --rebase