From 8def4bc94eebfedf5c33677184ff556f07846b2f Mon Sep 17 00:00:00 2001 From: yan Date: Thu, 8 Dec 2011 01:27:14 -0800 Subject: [PATCH] Fixing ref to fugitive --- .gitmodules | 6 +++--- vim/bundle/{tpope-fugitive => tpope-vim-fugitive} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename vim/bundle/{tpope-fugitive => tpope-vim-fugitive} (100%) diff --git a/.gitmodules b/.gitmodules index ba40896c..534f8d12 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "KeyBindings"] path = KeyBindings url = https://github.com/ttscoff/KeyBindings.git -[submodule "vim/bundle/fugitive"] - path = vim/bundle/tpope-fugitive - url = http://github.com/tpope/vim-fugitive.git [submodule "vim/bundle/raimondi-delimitMate"] path = vim/bundle/raimondi-delimitMate url = https://github.com/Raimondi/delimitMate @@ -106,3 +103,6 @@ [submodule "vim/bundle/drewolson-ruby_focused_unit_test_vim"] path = vim/bundle/drewolson-ruby_focused_unit_test_vim url = https://github.com/drewolson/ruby_focused_unit_test_vim +[submodule "vim/bundle/tpope-vim-fugitive"] + path = vim/bundle/tpope-vim-fugitive + url = https://github.com/tpope/vim-fugitive diff --git a/vim/bundle/tpope-fugitive b/vim/bundle/tpope-vim-fugitive similarity index 100% rename from vim/bundle/tpope-fugitive rename to vim/bundle/tpope-vim-fugitive