Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

WPower/vim-diffstat

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiffStat

Introduction

DiffStat is a plugin that runs git diff --stat in a new Vim window. It allows for easy file navigation, by jumping to the file under the cursor when Enter is pressed.

The standard command line returns paths relative to the git toplevel directory, not the working directory. It also simplifies paths, which breaks jumping by file names. This plugin aims to correct those two problems, while displaying the output in a syntax-highlighted 80-character window.

This plugin also integrates with Fugitive, allowing one to easily jump to, or diff against, other revisions.

Installation

It's recommended that you install the plugin using Pathogen or Vundle. After the plugin is installed update your help tags and see :help DiffStat for instructions on how to use and configure the plugin.

Usage

This plugin can be invoked using the :DiffStat command. When inside a repo, run :DiffStat [commits..] to open the DiffStat window. See :help DiffStat-usage for more details.

An example of this would be :DiffStat HEAD~1 to view a diff against the parent of the current tip.

The following key mappings are supported when the cursor is over a file:

  • <cr> (Enter) - Jumps to the file.
  • D - Opens a diff of the file against a particular revision. (Requires Fugitive)
  • e - Opens the file against a particular revision. (Requires Fugitive)

Mapping

One can easily remap <leader>d, for example, to view the last couple commit points by adding the following to you .vimrc: noremap <leader>d :DiffStat HEAD HEAD..HEAD~1 HEAD~1..HEAD~2<cr>

Screenshots

Using :DiffStat HEAD HEAD~1 on the OpenJDK7 source: DiffStat Screenshot

About

vim-diffstat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.