Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 634 Bytes

File metadata and controls

46 lines (29 loc) · 634 Bytes

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.