Skip to content

codable/diffreview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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 'codable/diffreview'

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.

Releases

No releases published

Packages

No packages published