Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions doc/version9.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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" などのパスは、相対パスではなく (現在の
Expand Down Expand Up @@ -41842,7 +41847,6 @@ Ex コマンド: ~
'tabpanelopt' |tabpanel| のオプション設定
't_xo' 端末は XON/XOFF ハンドシェイクを使用する (例: vt420)
't_CF' 代替フォントハイライトの端末コードのサポート
't_Ms' OSC 52 のコマンド形式
'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする
'wlseat' |wayland| 機能に使用する Wayland シートを指定する
'wlsteal' フォーカスを奪って |wayland| クリップボードにアクセス
Expand Down
7 changes: 5 additions & 2 deletions en/version9.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down