From 24c9f3cb163283eb0ef4ee37fa3bd280f889c7ec Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 21 Oct 2014 03:09:43 -0400 Subject: [PATCH] Add the patchreview-vim plugin for vimdiff of changes a patch will make --- .gitmodules | 3 +++ README.md | 1 + vim/bundle/patchreview-vim | 1 + 3 files changed, 5 insertions(+) create mode 160000 vim/bundle/patchreview-vim diff --git a/.gitmodules b/.gitmodules index dd7836e..6f7957f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -103,3 +103,6 @@ [submodule "vim/bundle/incsearch.vim"] path = vim/bundle/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 diff --git a/README.md b/README.md index b5de940..6e425ca 100644 --- a/README.md +++ b/README.md @@ -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. * [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. +* [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). * [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. diff --git a/vim/bundle/patchreview-vim b/vim/bundle/patchreview-vim new file mode 160000 index 0000000..c48e67a --- /dev/null +++ b/vim/bundle/patchreview-vim @@ -0,0 +1 @@ +Subproject commit c48e67a9810fea21955c7ccb258017df20f5963a