diff --git a/.gitmodules b/.gitmodules index 8dc2211..60070b1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,9 +49,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 [submodule "vim/bundle/autoswap.vim"] path = vim/bundle/autoswap.vim url = https://github.com/vim-scripts/autoswap.vim.git @@ -133,3 +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 + url = https://github.com/tap349/vim-extradite.git diff --git a/README.md b/README.md index 842081a..7bd3d09 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/int3/vim-extradite): A git commit browser extending vim-fugitive that displays differences and optionally loads old revisions. +* [vim-extradite](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/ale b/vim/bundle/ale index 80ef7ea..ad99821 160000 --- a/vim/bundle/ale +++ b/vim/bundle/ale @@ -1 +1 @@ -Subproject commit 80ef7ea2d0b22f0d8de7387a3d5bf6e9e5b72e9d +Subproject commit ad998211f892cdbfac6df3ab296a4d1b849f4086 diff --git a/vim/bundle/vim-extradite b/vim/bundle/vim-extradite index 52326f6..b6323c3 160000 --- a/vim/bundle/vim-extradite +++ b/vim/bundle/vim-extradite @@ -1 +1 @@ -Subproject commit 52326f6d333cdbb9e9c6d6772af87f4f39c00526 +Subproject commit b6323c31e2282901e077bbb3b64b9a58673aaa0a diff --git a/vim/bundle/vim-fugitive b/vim/bundle/vim-fugitive index a1f9596..bd0b87d 160000 --- a/vim/bundle/vim-fugitive +++ b/vim/bundle/vim-fugitive @@ -1 +1 @@ -Subproject commit a1f9596d2d884e74358bc5017a73f37e34f7b04c +Subproject commit bd0b87d36ad80e8acd94f22028d15ebb441b1c28