From 98608ec7026e22e5047489904918d930f675c65f Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 8 Apr 2014 05:35:45 -0400 Subject: [PATCH] Adding a fantastic git commit extension to fugitive calle extradite. --- .gitmodules | 3 +++ vim/bundle/vim-extradite | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/vim-extradite diff --git a/.gitmodules b/.gitmodules index 1576bd4..43d4676 100644 --- a/.gitmodules +++ b/.gitmodules @@ -100,3 +100,6 @@ [submodule "vim/bundle/vim-repeat"] path = vim/bundle/vim-repeat url = https://github.com/tpope/vim-repeat.git +[submodule "vim/bundle/vim-extradite"] + path = vim/bundle/vim-extradite + url = https://github.com/int3/vim-extradite.git diff --git a/vim/bundle/vim-extradite b/vim/bundle/vim-extradite new file mode 160000 index 0000000..1959eda --- /dev/null +++ b/vim/bundle/vim-extradite @@ -0,0 +1 @@ +Subproject commit 1959eda0df1b84e33b2f94f5ef79f83e6d0776d8