From cb5c9246cc6123d484c826f0bed5573080e7fd2c Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Mon, 11 Jun 2012 14:46:55 -0700 Subject: [PATCH] Adding Gundo/ShowMarks bundles --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7a00288 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule ".vim/bundle/Gundo"] + path = .vim/bundle/Gundo + url = https://github.com/vim-scripts/Gundo.git +[submodule ".vim/bundle/ShowMarks"] + path = .vim/bundle/ShowMarks + url = https://github.com/vim-scripts/ShowMarks.git