mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Update to tap349's fork of vim-extradite and finally update vim-fugitive now that extradite supports the updated version
This commit is contained in:
parent
f6c0268bf1
commit
f7d5677f28
5 changed files with 7 additions and 7 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -49,9 +49,6 @@
|
||||||
[submodule "vim/bundle/vim-repeat"]
|
[submodule "vim/bundle/vim-repeat"]
|
||||||
path = vim/bundle/vim-repeat
|
path = vim/bundle/vim-repeat
|
||||||
url = https://github.com/tpope/vim-repeat.git
|
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"]
|
[submodule "vim/bundle/autoswap.vim"]
|
||||||
path = vim/bundle/autoswap.vim
|
path = vim/bundle/autoswap.vim
|
||||||
url = https://github.com/vim-scripts/autoswap.vim.git
|
url = https://github.com/vim-scripts/autoswap.vim.git
|
||||||
|
@ -133,3 +130,6 @@
|
||||||
[submodule "vim/bundle/neco-syntax"]
|
[submodule "vim/bundle/neco-syntax"]
|
||||||
path = vim/bundle/neco-syntax
|
path = vim/bundle/neco-syntax
|
||||||
url = https://github.com/Shougo/neco-syntax.git
|
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
|
||||||
|
|
|
@ -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.
|
* [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-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-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.
|
* [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.
|
* [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.
|
* [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.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 80ef7ea2d0b22f0d8de7387a3d5bf6e9e5b72e9d
|
Subproject commit ad998211f892cdbfac6df3ab296a4d1b849f4086
|
|
@ -1 +1 @@
|
||||||
Subproject commit 52326f6d333cdbb9e9c6d6772af87f4f39c00526
|
Subproject commit b6323c31e2282901e077bbb3b64b9a58673aaa0a
|
|
@ -1 +1 @@
|
||||||
Subproject commit a1f9596d2d884e74358bc5017a73f37e34f7b04c
|
Subproject commit bd0b87d36ad80e8acd94f22028d15ebb441b1c28
|
Loading…
Reference in a new issue