From e85c845d9071133bcbfeb8a6759c36698571350d Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Tue, 8 May 2012 13:28:02 +0200 Subject: [PATCH] Adding vundle submodules --- .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