diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-07-09 15:44:17 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-07-09 15:44:17 +0200 |
commit | dd007ed5853507f2071c3a152645088abf3c910b (patch) | |
tree | 52681c85f6f0c36a0f1e8332ea19d2fa675c967e /runtime/doc/diff.txt | |
parent | 4ca8d5fefd047aad898c7a09c619cd69314741f5 (diff) | |
download | vim-dd007ed5853507f2071c3a152645088abf3c910b.zip |
Updated runtime files. Fix NL translations.
Diffstat (limited to 'runtime/doc/diff.txt')
-rw-r--r-- | runtime/doc/diff.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/diff.txt b/runtime/doc/diff.txt index ba98b42ef..637c34777 100644 --- a/runtime/doc/diff.txt +++ b/runtime/doc/diff.txt @@ -1,4 +1,4 @@ -*diff.txt* For Vim version 7.4a. Last change: 2012 Sep 05 +*diff.txt* For Vim version 7.4a. Last change: 2013 Jul 07 VIM REFERENCE MANUAL by Bram Moolenaar @@ -128,9 +128,9 @@ file for a moment and come back to the same file and be in diff mode again. :diffo[ff]! Switch off diff mode for the current window and in all windows in the current tab page where 'diff' is set. -The ":diffoff" command resets the relevant options to their default value. -This may be different from what the values were before diff mode was started, -the old values are not remembered. +The ":diffoff" command resets the relevant options to the values they had when +using |:diffsplit|, |:diffpatch| , |:diffthis|. or starting Vim in diff mode. +Otherwise they are set to their default value: 'diff' off 'scrollbind' off |