I use Vim. I open a file. I edit it and I want to see what I've edited before I save it.
How can I do this in Vim?
|
14
|
|
|
|
|
|
|
||||
|
|
|
from vimrc_example.vim:
|
||
|
|
|
|
I've always likes diffchanges - nice, simple, works. |
||
|
|
|
|
Source the following and use :DIFF command
|
||
|
|
|
|
|
||
|