http://vim.wikia.com/wiki/Diff_current_buffer_and_the_original_file
Here is a function and command to see a diff between the currently edited file and its unmodified version in the filesystem. Just put this in your vimrc or in the plugin directory,open a file,make some modifications without saving them,and do
:DiffSaved
.06000
To get out of diff view you can use the
:diffoff
command.Below is a similar function,adapted to mimic the
'cvs diff'
command…
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。