Add the patchreview-vim plugin for vimdiff of changes a patch will make

This commit is contained in:
Kevin MacMartin 2014-10-21 03:09:43 -04:00
parent be1b57de17
commit 24c9f3cb16
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -103,3 +103,6 @@
[submodule "vim/bundle/incsearch.vim"] [submodule "vim/bundle/incsearch.vim"]
path = vim/bundle/incsearch.vim path = vim/bundle/incsearch.vim
url = https://github.com/haya14busa/incsearch.vim url = https://github.com/haya14busa/incsearch.vim
[submodule "vim/bundle/patchreview-vim"]
path = vim/bundle/patchreview-vim
url = https://github.com/junkblocker/patchreview-vim

View file

@ -158,6 +158,7 @@ For a complete list of mappings specific to **darkcloud-vimconfig**, check the l
* [lightline.vim](https://github.com/itchyny/lightline.vim): A light and configurable statusline/tabline for Vim. * [lightline.vim](https://github.com/itchyny/lightline.vim): A light and configurable statusline/tabline for Vim.
* [MatchTagAlways](https://github.com/Valloric/MatchTagAlways): A Vim plugin that always highlights the enclosing html/xml tags. * [MatchTagAlways](https://github.com/Valloric/MatchTagAlways): A Vim plugin that always highlights the enclosing html/xml tags.
* [neocomplcache.vim](https://github.com/Shougo/neocomplcache.vim): The '*ultimate*' auto-completion system for Vim. * [neocomplcache.vim](https://github.com/Shougo/neocomplcache.vim): The '*ultimate*' auto-completion system for Vim.
* [patchreview-vim](https://github.com/junkblocker/patchreview-vim): A Vim plugin for doing single, multi-patch or diff code reviews.
* [ReplaceWithRegister](https://github.com/vim-scripts/ReplaceWithRegister): Replace text with the contents of a register (for paste+replace without writing over the buffer). * [ReplaceWithRegister](https://github.com/vim-scripts/ReplaceWithRegister): Replace text with the contents of a register (for paste+replace without writing over the buffer).
* [SudoEdit.vim](https://github.com/vim-scripts/SudoEdit.vim): Read and write files without the necessary permissions through the use of sudo. * [SudoEdit.vim](https://github.com/vim-scripts/SudoEdit.vim): Read and write files without the necessary permissions through the use of sudo.
* [syntastic](https://github.com/scrooloose/syntastic): Uses system compilers and parsers to check syntax either on-the-fly or after saving a compatible document. * [syntastic](https://github.com/scrooloose/syntastic): Uses system compilers and parsers to check syntax either on-the-fly or after saving a compatible document.

@ -0,0 +1 @@
Subproject commit c48e67a9810fea21955c7ccb258017df20f5963a