Skip to content

luxflux/vim-git-inline-diff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Vim git inline diff

Adds signs on the left hand of your open buffer which mark the changed lines.

Example

Example screen with the customized configuration below.

Example

Configuration

" Symbol for lines which have been added, default: +
let g:git_diff_added_symbol=''

" Symbol for lines which have been removed, default: -
let g:git_diff_removed_symbol=''

" Symbol for lines which have been changed, default: <>
let g:git_diff_changed_symbol=''

Contribution

  • Initially written by Marcin Kulik (@sickill).
  • Maintained by Raffael Schmid (@luxflux)

Copyright

Copyright (c) 2013 Raffael Schmid. See http://raf.mit-license.org/ for further details.

About

Git inline diff for Vim using Vim's signs feature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%