diff options
author | Christian Clason <c.clason@uni-graz.at> | 2023-05-15 09:38:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 09:38:32 +0200 |
commit | c11986ed1a816d7ebcb5a5f707e3ef884f278293 (patch) | |
tree | b6cdae22f19baf94e31ef7dd14cc8b1ba94514a8 /runtime/doc/options.txt | |
parent | 189e21ae50efe14d8446db11aee6b50f8022d99f (diff) | |
download | rneovim-c11986ed1a816d7ebcb5a5f707e3ef884f278293.tar.gz rneovim-c11986ed1a816d7ebcb5a5f707e3ef884f278293.tar.bz2 rneovim-c11986ed1a816d7ebcb5a5f707e3ef884f278293.zip |
vim-patch:b7398fe41c9e (#23627)
Update runtime files
https://github.com/vim/vim/commit/b7398fe41c9e1e731d058105a34158871ee83e3f
Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 9f5a089434..c1e0bccfd3 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -706,6 +706,9 @@ A jump table for the options with a short description can be found at |Q_op|. 'autowriteall' for that. Some buffers will not be written, specifically when 'buftype' is "nowrite", "nofile", "terminal" or "prompt". + USE WITH CARE: If you make temporary changes to a buffer that you + don't want to be saved this option may cause it to be saved anyway. + Renaming the buffer with ":file {name}" may help avoid this. *'autowriteall'* *'awa'* *'noautowriteall'* *'noawa'* 'autowriteall' 'awa' boolean (default off) |