Added Extradite git log parser (use :Extradite with a file open)

This commit is contained in:
yan 2011-12-19 01:19:03 -08:00 committed by Yan Pritzker
parent 349f992d80
commit c65fd9424b
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View File

@ -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

View File

@ -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**

@ -0,0 +1 @@
Subproject commit 1906606b0e4d7d74764c1b0c1a3e24ed29338492