patchreview-vim icon indicating copy to clipboard operation
patchreview-vim copied to clipboard

Vim/Neovim plugin for doing single, multi-patch or diff code reviews

Results 3 patchreview-vim issues
Sort by recently updated
recently updated
newest added

It looks like patchreview-vim didn't handle new files in diff correctly. Here is an example to reproduce this issue ``` [ytj@localhost ~]$ mkdir repo [ytj@localhost ~]$ cd repo [ytj@localhost repo]$...

bug

I'm really excited about the possibility of this plugin working as a UI to google's distributed code review tool [git-appraise](https://github.com/google/git-appraise). I'd like to take a look at this integration, but...