diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-10-10 20:59:28 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-10-10 20:59:28 +0000 |
commit | d5cdbeb8dd859510c4674b17b67d613eff40a984 (patch) | |
tree | 7efb2d890b1eb727c0e15a2ade2613b606ad6c9b /runtime/doc/message.txt | |
parent | 196dfbcca1af4cf07f600e0186757d9adf097e7f (diff) | |
download | vim-git-d5cdbeb8dd859510c4674b17b67d613eff40a984.tar.gz |
updated for version 7.0155
Diffstat (limited to 'runtime/doc/message.txt')
-rw-r--r-- | runtime/doc/message.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt index 14797dee3..c64b4540b 100644 --- a/runtime/doc/message.txt +++ b/runtime/doc/message.txt @@ -1,4 +1,4 @@ -*message.txt* For Vim version 7.0aa. Last change: 2005 Oct 02 +*message.txt* For Vim version 7.0aa. Last change: 2005 Oct 10 VIM REFERENCE MANUAL by Bram Moolenaar @@ -589,6 +589,7 @@ The file is read-only and you are making a change to it anyway. You can use the |FileChangedRO| autocommand event to avoid this message (the autocommand must reset the 'readonly' option). See 'modifiable' to completely disallow making changes to a file. +This message is only given for the first change after 'readonly' has been set. *W13* > Warning: File "{filename}" has been created after editing started |