From c456e1ea58cdce3d27bc95a7a65f24165f6d32b9 Mon Sep 17 00:00:00 2001 From: Bruno Miguel Silva Date: Tue, 26 Feb 2013 23:57:06 +0000 Subject: [PATCH] Added submodule fugitive.vim --- .gitmodules | 3 +++ vim/vim/bundle/fugitive.vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/vim/bundle/fugitive.vim diff --git a/.gitmodules b/.gitmodules index be00795..2cca985 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "vim/vim/bundle/ack.vim"] path = vim/vim/bundle/ack.vim url = git://github.com/vim-scripts/ack.vim.git +[submodule "vim/vim/bundle/fugitive.vim"] + path = vim/vim/bundle/fugitive.vim + url = git://github.com/vim-scripts/fugitive.vim.git diff --git a/vim/vim/bundle/fugitive.vim b/vim/vim/bundle/fugitive.vim new file mode 160000 index 0000000..9521e1c --- /dev/null +++ b/vim/vim/bundle/fugitive.vim @@ -0,0 +1 @@ +Subproject commit 9521e1cb774e5ae2f2da4e753177b8f962e1febb