runtime(doc): add missing da1 value to TermResponseAll doc

closes: #18179

Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Foxe Chen
2025-09-01 19:47:52 +02:00
committed by Christian Brabandt
parent 5f5a1c5876
commit 6a2d0496a1

View File

@ -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