diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-08 22:40:03 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-08 22:40:03 +0000 |
commit | 111ff9f40e07f089686786346a57442f4f6dbc0f (patch) | |
tree | 01ad404dc635a16c09e0e5800776804da249ee7a /runtime/doc | |
parent | 9be038da7d19675e5e86d4cd65ed5ce889f7ef80 (diff) | |
download | vim-git-111ff9f40e07f089686786346a57442f4f6dbc0f.tar.gz |
updated for version 7.0058
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/diff.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/diff.txt b/runtime/doc/diff.txt index 8a6b8d411..391629ba7 100644 --- a/runtime/doc/diff.txt +++ b/runtime/doc/diff.txt @@ -1,4 +1,4 @@ -*diff.txt* For Vim version 7.0aa. Last change: 2004 Jul 20 +*diff.txt* For Vim version 7.0aa. Last change: 2005 Mar 08 VIM REFERENCE MANUAL by Bram Moolenaar @@ -157,8 +157,8 @@ original file and diff with that. For example: > A buffer that is unloaded cannot be used for the diff. But it does work for hidden buffers. You can use ":hide" to close a window without unloading the -buffer. - +buffer. If you don't want a buffer to remain used for the diff do ":set +nodiff" before hiding it. *:diffu* *:diffupdate* Vim attempts to keep the differences updated when you make changes to the |