diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-05-18 22:17:12 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-05-18 22:17:12 +0000 |
commit | a7fc0101b2c5feb7fc70eb79e5b02c61c7de545f (patch) | |
tree | 3fb462e659e66b21cfcf4b01c0ab1c7c58f6a436 /runtime/doc/diff.txt | |
parent | 142695f3c525035c0ac17e99e8819732585965c3 (diff) | |
download | vim-git-a7fc0101b2c5feb7fc70eb79e5b02c61c7de545f.tar.gz |
updated for version 7.0072
Diffstat (limited to 'runtime/doc/diff.txt')
-rw-r--r-- | runtime/doc/diff.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/diff.txt b/runtime/doc/diff.txt index 391629ba7..7d6383126 100644 --- a/runtime/doc/diff.txt +++ b/runtime/doc/diff.txt @@ -1,4 +1,4 @@ -*diff.txt* For Vim version 7.0aa. Last change: 2005 Mar 08 +*diff.txt* For Vim version 7.0aa. Last change: 2005 Apr 26 VIM REFERENCE MANUAL by Bram Moolenaar @@ -161,6 +161,8 @@ buffer. If you don't want a buffer to remain used for the diff do ":set nodiff" before hiding it. *:diffu* *:diffupdate* +:diffu[pdate] Update the diff highlighting and folds. + Vim attempts to keep the differences updated when you make changes to the text. This mostly takes care of inserted and deleted lines. Changes within a line and more complicated changes do not cause the differences to be updated. |