From 38cb4084c07128d38ac348bcc4d7d35f938d2d30 Mon Sep 17 00:00:00 2001 From: h-east Date: Wed, 3 Sep 2025 20:59:18 +0900 Subject: [PATCH] Update version9.{txt,jax} --- doc/version9.jax | 8 ++++++-- en/version9.txt | 7 +++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/doc/version9.jax b/doc/version9.jax index a156aa6c3..c8172e0c9 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2025 Aug 24 +*version9.txt* For Vim バージョン 9.1. Last change: 2025 Sep 02 VIMリファレンスマニュアル by Bram Moolenaar @@ -41738,6 +41738,11 @@ Ex コマンド: ~ - |CmdlineLeave| は、|v:char| をコマンドラインからの終了の原因となった文字に設 定する。 - |min()|/|max()| はすべての比較可能なデータ型を処理できる。 +- Vim は、すべてのターミナル OSC 値に対して |TermResponseAll| 自動コマンドをト + リガーする。 +- Vim には、ターミナルの OSC 応答を解析し、"background" または "foreground" 値 + で |TermResponseAll| をトリガーできる $VIMRUNTIME/plugins/colorresp.vim が同 + 梱されている。 プラットフォーム固有 ~ - MS-Windows: "\Windows" や "/Windows" などのパスは、相対パスではなく (現在の @@ -41842,7 +41847,6 @@ Ex コマンド: ~ 'tabpanelopt' |tabpanel| のオプション設定 't_xo' 端末は XON/XOFF ハンドシェイクを使用する (例: vt420) 't_CF' 代替フォントハイライトの端末コードのサポート -'t_Ms' OSC 52 のコマンド形式 'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする 'wlseat' |wayland| 機能に使用する Wayland シートを指定する 'wlsteal' フォーカスを奪って |wayland| クリップボードにアクセス diff --git a/en/version9.txt b/en/version9.txt index 7e18266d7..e7c7183fd 100644 --- a/en/version9.txt +++ b/en/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 @@ -41753,6 +41753,10 @@ Others: ~ - |CmdlineLeave| sets |v:char| to the character that caused exiting the Command-line. - |min()|/|max()| can handle all comparable data types. +- Vim triggers the |TermResponseAll| autocommand for any terminal OSC value. +- Vim includes the $VIMRUNTIME/plugins/colorresp.vim which parses the terminal + OSC response and can trigger a |TermResponseAll| with the "background" or + "foreground" value. Platform specific ~ - MS-Winodws: Paths like "\Windows" and "/Windows" are now considered to be @@ -41860,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