Skip to content

code-winder/diffreview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Diff Review

A simple tool utilize quickfix and vim-fugitive to review your code changes.

diffreview

Prerequisites

  • VIM 8.0 or neovim
  • vim-fugitive

Installation

Place this in your .vimrc:

Plugin 'code-winder/diffreview'

Config

default split window show diff,you can put follow in your .vimrc, will vsplit window.

let g:ReviewDiffCommand = "Gvdiffsplit"

Usage

Review changes from master

:Greview master

Review changes in current working directory

:Greview

Move to next file

Type ]q.

Move to prev file

Type [q.

About

vim diff review

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%