From b0a47d42a5a4c1014ac92824ba4247592589576a Mon Sep 17 00:00:00 2001 From: Michael Nelson Date: Sat, 14 Jul 2018 12:03:07 -0700 Subject: [PATCH] Document overwritewarning --- runtime/doc/options.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 77aa2940275a93..9c5f564438888e 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -4372,6 +4372,15 @@ A jump table for the options with a short description can be found at |Q_op|. This option cannot be set from a |modeline| or in the |sandbox|, for security reasons. + *'overwritewarning'* *'ow'* + *'nooverwritewarning'* *'noow'* +'overwritewarning' 'ow' boolean (default on) + global + When writing a file, Vim ensures its modified time hasn't + changed since the last read. Specifies whether the user is prompted + for confirmation if this time differs with "WARNING: The file has + been changed since reading it!!!" + *'packpath'* *'pp'* 'packpath' 'pp' string (default: see 'runtimepath') Directories used to find packages. See |packages| and |rtp-packages|.