File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1- *version9.txt* For Vim バージョン 9.1. Last change: 2025 Aug 24
1+ *version9.txt* For Vim バージョン 9.1. Last change: 2025 Sep 02
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -41738,6 +41738,11 @@ Ex コマンド: ~
4173841738- |CmdlineLeave| は、|v:char| をコマンドラインからの終了の原因となった文字に設
4173941739 定する。
4174041740- |min()|/|max()| はすべての比較可能なデータ型を処理できる。
41741+ - Vim は、すべてのターミナル OSC 値に対して |TermResponseAll| 自動コマンドをト
41742+ リガーする。
41743+ - Vim には、ターミナルの OSC 応答を解析し、"background" または "foreground" 値
41744+ で |TermResponseAll| をトリガーできる $VIMRUNTIME/plugins/colorresp.vim が同
41745+ 梱されている。
4174141746
4174241747プラットフォーム固有 ~
4174341748- MS-Windows: "\Windows" や "/Windows" などのパスは、相対パスではなく (現在の
@@ -41842,7 +41847,6 @@ Ex コマンド: ~
4184241847'tabpanelopt' |tabpanel| のオプション設定
4184341848't_xo' 端末は XON/XOFF ハンドシェイクを使用する (例: vt420)
4184441849't_CF' 代替フォントハイライトの端末コードのサポート
41845- 't_Ms' OSC 52 のコマンド形式
4184641850'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする
4184741851'wlseat' |wayland| 機能に使用する Wayland シートを指定する
4184841852'wlsteal' フォーカスを奪って |wayland| クリップボードにアクセス
Original file line number Diff line number Diff line change 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
@@ -41753,6 +41753,10 @@ Others: ~
4175341753- |CmdlineLeave| sets |v:char| to the character that caused exiting the
4175441754 Command-line.
4175541755- |min()|/|max()| can handle all comparable data types.
41756+ - Vim triggers the |TermResponseAll| autocommand for any terminal OSC value.
41757+ - Vim includes the $VIMRUNTIME/plugins/colorresp.vim which parses the terminal
41758+ OSC response and can trigger a |TermResponseAll| with the "background" or
41759+ "foreground" value.
4175641760
4175741761Platform specific ~
4175841762- MS-Winodws: Paths like "\Windows" and "/Windows" are now considered to be
@@ -41860,7 +41864,6 @@ Options: ~
4186041864'tabpanelopt' Optional settings for the |tabpanel|
4186141865't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420)
4186241866't_CF' Support for alternate font highlighting terminal code
41863- 't_Ms' OSC 52 command format
4186441867'winfixbuf' Keep buffer focused in a window
4186541868'wlseat' Specify Wayland seat to use for the |wayland| feature
4186641869'wlsteal' Steal focus to access the |wayland| clipboard
You can’t perform that action at this time.
0 commit comments