diff runtime/doc/autocmd.txt @ 24751:e69e7133c9cf

Update runtime files Commit: https://github.com/vim/vim/commit/d2ea7cf10a4d026ebd402594d656af7d5c811c24 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 30 20:54:13 2021 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 May 2021 21:00:09 +0200
parents e3ec2ec8841a
children fd37be6dc258
line wrap: on
line diff
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -1,4 +1,4 @@
-*autocmd.txt*   For Vim version 8.2.  Last change: 2021 Apr 25
+*autocmd.txt*   For Vim version 8.2.  Last change: 2021 May 29
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -985,9 +985,10 @@ QuickFixCmdPost			Like QuickFixCmdPre, b
 							*QuitPre*
 QuitPre				When using `:quit`, `:wq` or `:qall`, before
 				deciding whether it closes the current window
-				or quits Vim.  Can be used to close any
-				non-essential window if the current window is
-				the last ordinary window.
+				or quits Vim.  For `:wq` the buffer is written
+				before QuitPre is triggered.  Can be used to
+				close any non-essential window if the current
+				window is the last ordinary window.
 				Also see |ExitPre|.
 							*RemoteReply*
 RemoteReply			When a reply from a Vim that functions as