From ec583d5d93c6e843aeb3c85480c387a43c53d8d1 Mon Sep 17 00:00:00 2001 From: yan Date: Fri, 18 Nov 2011 10:17:29 -0600 Subject: [PATCH] Added vim-fugitive as a git submodule --- .gitmodules | 3 +++ vim/bundle/fugitive | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/fugitive diff --git a/.gitmodules b/.gitmodules index f4b0143c..38ec86eb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "KeyBindings"] path = KeyBindings url = https://github.com/ttscoff/KeyBindings.git +[submodule "vim/bundle/fugitive"] + path = vim/bundle/fugitive + url = http://github.com/tpope/vim-fugitive.git diff --git a/vim/bundle/fugitive b/vim/bundle/fugitive new file mode 160000 index 00000000..1b7e4070 --- /dev/null +++ b/vim/bundle/fugitive @@ -0,0 +1 @@ +Subproject commit 1b7e4070f5f7b7522422f5b00a75b323cc314daf