微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

diff – 在我将文件保存到Vim之前,我可以看到更改吗?

我使用Vim。
我打开一个文件。我编辑它,我想看看我编辑之前我保存它。

我如何在Vim中这样做?

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 举报,一经查实,本站将立刻删除。

相关推荐