runtime(doc): add missing da1 value to TermResponseAll doc
Commit:
https://github.com/vim/vim/commit/6a2d0496a1d72d6a8a1d9e053949532f8824df54
Author: Foxe Chen <
chen...@gmail.com>
Date: Mon Sep 1 19:47:52 2025 +0200
runtime(doc): add missing da1 value to TermResponseAll doc
closes:
https://github.com/vim/vim/issues/18179
Signed-off-by: Foxe Chen <
chen...@gmail.com>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index d5b8c6a62..6a3ab93de 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -1,4 +1,4 @@
-*autocmd.txt* For Vim version 9.1. Last change: 2025 Aug 29
+*autocmd.txt* For Vim version 9.1. Last change: 2025 Sep 01
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1312,11 +1312,12 @@ TermResponseAll After the response to |t_RV|, |t_RC|, |t_RS|,
|v:termu7resp|, and |v:termosc|
correspondingly, can be used. <amatch> will
be set to any of:
- "version",
- "cursorblink",
- "cursorshape",
- "ambiguouswidth",
- "osc"
+ "ambiguouswidth" (|t_u7|),
+ "cursorblink" (|t_RC|),
+ "cursorshape" (|t_RS|),
+ "da1" (|t_Ms|),
+ "osc",
+ "version" (|t_RV|)
Note that this event may be triggered halfway
executing another event, especially if file I/O,
a shell command or anything else that takes time