]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): remove documentation for t_Ms terminal code
authorFoxe Chen <chen.foxe@gmail.com>
Tue, 2 Sep 2025 18:36:02 +0000 (20:36 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 2 Sep 2025 18:36:02 +0000 (20:36 +0200)
as this was removed in patch: v9.1.1674

closes: #18189

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

index 6a3ab93debcbe449821ee0f9f0434a9a292c999a..66e94b0b8beb0762e142989c36ee6b8c7cddea7f 100644 (file)
@@ -1,4 +1,4 @@
-*autocmd.txt*   For Vim version 9.1.  Last change: 2025 Sep 01
+*autocmd.txt*   For Vim version 9.1.  Last change: 2025 Sep 02
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -1315,7 +1315,7 @@ TermResponseAll                   After the response to |t_RV|, |t_RC|, |t_RS|,
                                    "ambiguouswidth" (|t_u7|),
                                    "cursorblink" (|t_RC|),
                                    "cursorshape" (|t_RS|),
-                                   "da1" (|t_Ms|),
+                                   "da1",
                                    "osc",
                                    "version" (|t_RV|)
                                Note that this event may be triggered halfway
index b00bf835b4ab8628a1085b85cf186cf774ae906b..3706ffc3a3ccc22cd966a4b982450ea6bfef21dc 100644 (file)
@@ -1108,7 +1108,6 @@ $quote    eval.txt        /*$quote*
 't_KJ' term.txt        /*'t_KJ'*
 't_KK' term.txt        /*'t_KK'*
 't_KL' term.txt        /*'t_KL'*
-'t_Ms' term.txt        /*'t_Ms'*
 't_PE' term.txt        /*'t_PE'*
 't_PS' term.txt        /*'t_PS'*
 't_RB' term.txt        /*'t_RB'*
@@ -10610,7 +10609,6 @@ t_KI    term.txt        /*t_KI*
 t_KJ   term.txt        /*t_KJ*
 t_KK   term.txt        /*t_KK*
 t_KL   term.txt        /*t_KL*
-t_Ms   term.txt        /*t_Ms*
 t_PE   term.txt        /*t_PE*
 t_PS   term.txt        /*t_PS*
 t_RB   term.txt        /*t_RB*
index 176d9195844b34e2c9dc5871b49d172810447085..edc94743d6cf375b579b1ca8d06e264cc91d4e0b 100644 (file)
@@ -1,4 +1,4 @@
-*term.txt*      For Vim version 9.1.  Last change: 2025 Aug 23
+*term.txt*      For Vim version 9.1.  Last change: 2025 Sep 02
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -644,9 +644,6 @@ Note: Use the <> form if possible
                <FocusGained>   Vim window got focus (internal only)
                <FocusLost>     Vim window lost focus (internal only)
 
-       t_Ms                    OSC 52 command format (empty    *t_Ms* *'t_Ms'*
-                               if terminal doesn't support it)
-
 Note about t_so and t_mr: When the termcap entry "so" is not present the
 entry for "mr" is used.  And vice versa.  The same is done for "se" and "me".
 If your terminal supports both inversion and standout mode, you can see two
index 6be0977224994ac2e67fd06d08066c565b106693..e7c7183fdf76d146b383cdafd535e30b27a96628 100644 (file)
@@ -1,4 +1,4 @@
-*version9.txt*  For Vim version 9.1.  Last change: 2025 Aug 24
+*version9.txt*  For Vim version 9.1.  Last change: 2025 Sep 02
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -41864,7 +41864,6 @@ Options: ~
 'tabpanelopt'          Optional settings for the |tabpanel|
 't_xo'                 Terminal uses XON/XOFF handshaking (e.g. vt420)
 't_CF'                 Support for alternate font highlighting terminal code
-'t_Ms'                 OSC 52 command format
 'winfixbuf'            Keep buffer focused in a window
 'wlseat'               Specify Wayland seat to use for the |wayland| feature
 'wlsteal'              Steal focus to access the |wayland| clipboard