diff --git a/.gitmodules b/.gitmodules index 60070b1..08a7a06 100644 --- a/.gitmodules +++ b/.gitmodules @@ -130,6 +130,6 @@ [submodule "vim/bundle/neco-syntax"] path = vim/bundle/neco-syntax url = https://github.com/Shougo/neco-syntax.git -[submodule "vim/bundle/vim-extradite"] - path = vim/bundle/vim-extradite +[submodule "vim/bundle/vim-extradite-tap349"] + path = vim/bundle/vim-extradite-tap349 url = https://github.com/tap349/vim-extradite.git diff --git a/README.md b/README.md index 7bd3d09..175b828 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ For a complete list of mappings specific to **darkcloud-vimconfig**, check the l * [tcomment_vim](https://github.com/tomtom/tcomment_vim): File-type sensible comments that can be easily toggled on and off for blocks of text. * [vim-easytags](https://github.com/xolox/vim-easytags): Automated tag file generation and syntax highlighting of tags in Vim. * [vim-misc](https://github.com/xolox/vim-misc): Miscellaneous auto-load Vim scripts required by vim-easytags. -* [vim-extradite](https://github.com/tap349/vim-extradite): A git commit browser extending vim-fugitive that displays differences and optionally loads old revisions. +* [vim-extradite-tap349](https://github.com/tap349/vim-extradite): A git commit browser extending vim-fugitive that displays differences and optionally loads old revisions. * [vimfiler.vim](https://github.com/Shougo/vimfiler.vim): A curses-style file manager for vim that runs on it's own or in a sidebar and can associate handlers for file types. * [unite.vim](https://github.com/Shougo/unite.vim): A library used by Vim Filer to help build its user interface. * [vim-fixkey](https://github.com/drmikehenry/vim-fixkey): A set of keyboard mappings that override differences in different environments that might normally break consistency or compatibility. diff --git a/vim/bundle/vim-extradite b/vim/bundle/vim-extradite-tap349 similarity index 100% rename from vim/bundle/vim-extradite rename to vim/bundle/vim-extradite-tap349