diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 6a3ab93deb..66e94b0b8b 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 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 diff --git a/runtime/doc/tags b/runtime/doc/tags index b00bf835b4..3706ffc3a3 100644 --- a/runtime/doc/tags +++ b/runtime/doc/tags @@ -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* diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt index 176d919584..edc94743d6 100644 --- a/runtime/doc/term.txt +++ b/runtime/doc/term.txt @@ -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 Vim window got focus (internal only) 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 diff --git a/runtime/doc/version9.txt b/runtime/doc/version9.txt index 6be0977224..e7c7183fdf 100644 --- a/runtime/doc/version9.txt +++ b/runtime/doc/version9.txt @@ -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