]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): add missing da1 value to TermResponseAll doc
authorFoxe Chen <chen.foxe@gmail.com>
Mon, 1 Sep 2025 17:47:52 +0000 (19:47 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 1 Sep 2025 17:49:05 +0000 (19:49 +0200)
closes: #18179

Signed-off-by: Foxe Chen <chen.foxe@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/autocmd.txt

index d5b8c6a627dd0e93a5a2b395d682163c424fd5d2..6a3ab93debcbe449821ee0f9f0434a9a292c999a 100644 (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