Skip to content

Commit

Permalink
Document overwritewarning
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnelson committed May 25, 2022
1 parent 167e6d0 commit b0a47d4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions runtime/doc/options.txt
Expand Up @@ -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|.
Expand Down

0 comments on commit b0a47d4

Please sign in to comment.