Skip to content

Commit 5f8e31f

Browse files
64-bitmanchrisbra
authored andcommitted
runtime(doc): remove documentation for t_Ms terminal code
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>
1 parent e0704a3 commit 5f8e31f

4 files changed

Lines changed: 4 additions & 10 deletions

File tree

runtime/doc/autocmd.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*autocmd.txt* For Vim version 9.1. Last change: 2025 Sep 01
1+
*autocmd.txt* For Vim version 9.1. Last change: 2025 Sep 02
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1315,7 +1315,7 @@ TermResponseAll After the response to |t_RV|, |t_RC|, |t_RS|,
13151315
"ambiguouswidth" (|t_u7|),
13161316
"cursorblink" (|t_RC|),
13171317
"cursorshape" (|t_RS|),
1318-
"da1" (|t_Ms|),
1318+
"da1",
13191319
"osc",
13201320
"version" (|t_RV|)
13211321
Note that this event may be triggered halfway

runtime/doc/tags

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,6 @@ $quote eval.txt /*$quote*
11081108
't_KJ' term.txt /*'t_KJ'*
11091109
't_KK' term.txt /*'t_KK'*
11101110
't_KL' term.txt /*'t_KL'*
1111-
't_Ms' term.txt /*'t_Ms'*
11121111
't_PE' term.txt /*'t_PE'*
11131112
't_PS' term.txt /*'t_PS'*
11141113
't_RB' term.txt /*'t_RB'*
@@ -10610,7 +10609,6 @@ t_KI term.txt /*t_KI*
1061010609
t_KJ term.txt /*t_KJ*
1061110610
t_KK term.txt /*t_KK*
1061210611
t_KL term.txt /*t_KL*
10613-
t_Ms term.txt /*t_Ms*
1061410612
t_PE term.txt /*t_PE*
1061510613
t_PS term.txt /*t_PS*
1061610614
t_RB term.txt /*t_RB*

runtime/doc/term.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*term.txt* For Vim version 9.1. Last change: 2025 Aug 23
1+
*term.txt* For Vim version 9.1. Last change: 2025 Sep 02
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -644,9 +644,6 @@ Note: Use the <> form if possible
644644
<FocusGained> Vim window got focus (internal only)
645645
<FocusLost> Vim window lost focus (internal only)
646646

647-
t_Ms OSC 52 command format (empty *t_Ms* *'t_Ms'*
648-
if terminal doesn't support it)
649-
650647
Note about t_so and t_mr: When the termcap entry "so" is not present the
651648
entry for "mr" is used. And vice versa. The same is done for "se" and "me".
652649
If your terminal supports both inversion and standout mode, you can see two

runtime/doc/version9.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2025 Aug 24
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Sep 02
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41864,7 +41864,6 @@ Options: ~
4186441864
'tabpanelopt' Optional settings for the |tabpanel|
4186541865
't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420)
4186641866
't_CF' Support for alternate font highlighting terminal code
41867-
't_Ms' OSC 52 command format
4186841867
'winfixbuf' Keep buffer focused in a window
4186941868
'wlseat' Specify Wayland seat to use for the |wayland| feature
4187041869
'wlsteal' Steal focus to access the |wayland| clipboard

0 commit comments

Comments
 (0)