Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 780 Bytes

Readme.md

File metadata and controls

35 lines (19 loc) · 780 Bytes

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.