From 0d3bf1a3accd0b7fd6065e543cdad4b58d360fb8 Mon Sep 17 00:00:00 2001 From: yan Date: Tue, 6 Dec 2011 23:05:56 -0800 Subject: [PATCH] Renamed fugitive bundle to tpope-fugitive following github convention --- .gitmodules | 2 +- vim/bundle/{fugitive => tpope-fugitive} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename vim/bundle/{fugitive => tpope-fugitive} (100%) diff --git a/.gitmodules b/.gitmodules index b40cddc..5641fb2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,7 +2,7 @@ path = KeyBindings url = https://github.com/ttscoff/KeyBindings.git [submodule "vim/bundle/fugitive"] - path = vim/bundle/fugitive + path = vim/bundle/tpope-fugitive url = http://github.com/tpope/vim-fugitive.git [submodule "vim/bundle/vim-colors-solarized"] path = vim/bundle/vim-colors-solarized diff --git a/vim/bundle/fugitive b/vim/bundle/tpope-fugitive similarity index 100% rename from vim/bundle/fugitive rename to vim/bundle/tpope-fugitive