comparison 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
comparison
equal deleted inserted replaced
24750:5039ed8ea97f 24751:e69e7133c9cf
1 *autocmd.txt* For Vim version 8.2. Last change: 2021 Apr 25 1 *autocmd.txt* For Vim version 8.2. Last change: 2021 May 29
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
983 moving to the first error. 983 moving to the first error.
984 See |QuickFixCmdPost-example|. 984 See |QuickFixCmdPost-example|.
985 *QuitPre* 985 *QuitPre*
986 QuitPre When using `:quit`, `:wq` or `:qall`, before 986 QuitPre When using `:quit`, `:wq` or `:qall`, before
987 deciding whether it closes the current window 987 deciding whether it closes the current window
988 or quits Vim. Can be used to close any 988 or quits Vim. For `:wq` the buffer is written
989 non-essential window if the current window is 989 before QuitPre is triggered. Can be used to
990 the last ordinary window. 990 close any non-essential window if the current
991 window is the last ordinary window.
991 Also see |ExitPre|. 992 Also see |ExitPre|.
992 *RemoteReply* 993 *RemoteReply*
993 RemoteReply When a reply from a Vim that functions as 994 RemoteReply When a reply from a Vim that functions as
994 server was received |server2client()|. The 995 server was received |server2client()|. The
995 pattern is matched against the {serverid}. 996 pattern is matched against the {serverid}.