runtime(doc): add missing da1 value to TermResponseAll doc
Commit:
https://github.com/vim/vim/commit/6a2d0496a1d72d6a8a1d9e053949532f8824df54
Author: Foxe Chen <[email protected]>
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 <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
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
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1ut8p1-00FaJN-OL%40256bit.org.