diff --git a/.gitmodules b/.gitmodules index 4f74af6..eef8890 100644 --- a/.gitmodules +++ b/.gitmodules @@ -118,6 +118,6 @@ [submodule "vim/bundle/neco-syntax"] path = vim/bundle/neco-syntax url = https://github.com/Shougo/neco-syntax.git -[submodule "vim/bundle/vim-extradite-tap349"] - path = vim/bundle/vim-extradite-tap349 - url = https://github.com/tap349/vim-extradite.git +[submodule "vim/bundle/vim-extradite"] + path = vim/bundle/vim-extradite + url = https://github.com/int3/vim-extradite diff --git a/README.md b/README.md index 51c3ee9..14fb5b1 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,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-tap349](https://github.com/tap349/vim-extradite): A git commit browser extending vim-fugitive that displays differences and optionally loads old revisions. +* [vim-extradite](https://github.com/int3/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 new file mode 160000 index 0000000..58c77ff --- /dev/null +++ b/vim/bundle/vim-extradite @@ -0,0 +1 @@ +Subproject commit 58c77fffbb5d61eb0b87c8b4ef0ad78e9659d621 diff --git a/vim/bundle/vim-extradite-tap349 b/vim/bundle/vim-extradite-tap349 deleted file mode 160000 index b6323c3..0000000 --- a/vim/bundle/vim-extradite-tap349 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b6323c31e2282901e077bbb3b64b9a58673aaa0a