jkramer / vim-scmdiff forked from ghewgill/vim-scmdiff

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

vim-scmdiff / TODO
100644 12 lines (8 sloc) 0.489 kb
1
2
3
4
5
6
7
8
9
10
11
12
Bugs
 
* After exiting (:q) a buffer that has diff enabled, subsequent diffs appear to fail.
* Should restore options like 'wrap' to their original state when turning diff off
* winsaveview() and winrestview() require Vim 7.x. Autodetect and degrade gracefully.
 
Features
 
* Option to show side-by-side diff (ie. don't hide original buffer)
* Make it easier to customize colors and commands
* Add a refresh or enable an auto-update feature so diff highlighting changes as changes are made.