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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41738,6 +41738,11 @@ Ex コマンド: ~
41738
41738
- |CmdlineLeave| は、|v:char| をコマンドラインからの終了の原因となった文字に設
41739
41739
定する。
41740
41740
- |min()|/|max()| はすべての比較可能なデータ型を処理できる。
41741
+ - Vim は、すべてのターミナル OSC 値に対して |TermResponseAll| 自動コマンドをト
41742
+ リガーする。
41743
+ - Vim には、ターミナルの OSC 応答を解析し、"background" または "foreground" 値
41744
+ で |TermResponseAll| をトリガーできる $VIMRUNTIME/plugins/colorresp.vim が同
41745
+ 梱されている。
41741
41746
41742
41747
プラットフォーム固有 ~
41743
41748
- MS-Windows: "\Windows" や "/Windows" などのパスは、相対パスではなく (現在の
@@ -41842,7 +41847,6 @@ Ex コマンド: ~
41842
41847
'tabpanelopt' |tabpanel| のオプション設定
41843
41848
't_xo' 端末は XON/XOFF ハンドシェイクを使用する (例: vt420)
41844
41849
't_CF' 代替フォントハイライトの端末コードのサポート
41845
- 't_Ms' OSC 52 のコマンド形式
41846
41850
'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする
41847
41851
'wlseat' |wayland| 機能に使用する Wayland シートを指定する
41848
41852
'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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41753,6 +41753,10 @@ Others: ~
41753
41753
- |CmdlineLeave| sets |v:char| to the character that caused exiting the
41754
41754
Command-line.
41755
41755
- |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.
41756
41760
41757
41761
Platform specific ~
41758
41762
- MS-Winodws: Paths like "\Windows" and "/Windows" are now considered to be
@@ -41860,7 +41864,6 @@ Options: ~
41860
41864
'tabpanelopt' Optional settings for the |tabpanel|
41861
41865
't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420)
41862
41866
't_CF' Support for alternate font highlighting terminal code
41863
- 't_Ms' OSC 52 command format
41864
41867
'winfixbuf' Keep buffer focused in a window
41865
41868
'wlseat' Specify Wayland seat to use for the |wayland| feature
41866
41869
'wlsteal' Steal focus to access the |wayland| clipboard
You can’t perform that action at this time.
0 commit comments