Added Extradite git log parser (use :Extradite with a file open)
This commit is contained in:
parent
349f992d80
commit
c65fd9424b
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -169,3 +169,6 @@
|
|||||||
[submodule "vim/bundle/AndrewRadev-splitjoin"]
|
[submodule "vim/bundle/AndrewRadev-splitjoin"]
|
||||||
path = vim/bundle/AndrewRadev-splitjoin
|
path = vim/bundle/AndrewRadev-splitjoin
|
||||||
url = https://github.com/AndrewRadev/splitjoin.vim
|
url = https://github.com/AndrewRadev/splitjoin.vim
|
||||||
|
[submodule "vim/bundle/int3-vim-extradite"]
|
||||||
|
path = vim/bundle/int3-vim-extradite
|
||||||
|
url = https://github.com/int3/vim-extradite
|
||||||
|
@ -251,6 +251,7 @@ Included vim plugins
|
|||||||
**Git**
|
**Git**
|
||||||
|
|
||||||
* fugitive - "a git wrapper so awesome, it should be illegal..". Try Gstatus and hit '-' to toggle files. Git 'd' to see a diff. Learn more: http://vimcasts.org/blog/2011/05/the-fugitive-series/
|
* fugitive - "a git wrapper so awesome, it should be illegal..". Try Gstatus and hit '-' to toggle files. Git 'd' to see a diff. Learn more: http://vimcasts.org/blog/2011/05/the-fugitive-series/
|
||||||
|
* extradite - use :Extradite to get a really great git log browser. Only works when you have a file open.
|
||||||
* GitGrep - much better than the grep provided with fugitive; use :GitGrep or hit K to grep current word
|
* GitGrep - much better than the grep provided with fugitive; use :GitGrep or hit K to grep current word
|
||||||
|
|
||||||
**Colors**
|
**Colors**
|
||||||
|
1
vim/bundle/int3-vim-extradite
Submodule
1
vim/bundle/int3-vim-extradite
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 1906606b0e4d7d74764c1b0c1a3e24ed29338492
|
Loading…
Reference in New Issue
Block a user