Skip to content

Mortal/vim-scmdiff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-scmdiff: A Vim script to show the differences from a base version in SCM.  

Supported SCMs:
  * CVS
  * SVN
  * GIT
  * Mercurial
  * Bitkeeper

Installation:
  copy the scmdiff.vim script to your vim plugin path ie: "~/.vim/plugins".   (system paths may vary)

Default commands:
  \d Toggle diff view on/off
  :D rev Difference between current and rev

This script is an evolution from the scripts posted at the following places:
  http://tekrat.com/2008/02/21/vim-diff/
  http://www.vim.org/scripts/script.php?script_id=2201
  http://playground.audioscrobbler.com/jonty/scmdiff.vim

Addendum (2012-04-26): Modified to only support Git repositories and to show
diff side-by-side like vimdiff.

About

Vim script to highlight lines changed from a base version in SCM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%