From 46750e6fb1c987a18894447d77bc90b8be86d0cf Mon Sep 17 00:00:00 2001 From: h-east Date: Thu, 16 Oct 2025 21:40:47 +0900 Subject: [PATCH] Update version9.{txt,jax} --- doc/version9.jax | 19 ++++++++++++++++++- en/version9.txt | 21 ++++++++++++++++++++- 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/doc/version9.jax b/doc/version9.jax index 331dd12c2..5e743af9f 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12 +*version9.txt* For Vim バージョン 9.1. Last change: 2025 Oct 14 VIMリファレンスマニュアル by Bram Moolenaar @@ -41639,6 +41639,8 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。 - |items()| 関数は Blob をサポートするようになった。 +- |clipboard-providers| のサポート。 + *changed-9.2* 変更点~ ------ @@ -41703,6 +41705,7 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。 ">" に設定し、ウィンドウ幅を超えるテキストを表示する。 - 'guioptions': Windows 11 のタイトル/キャプションバーのスタイルを設定するため の新しい値 |'go-C'| (以下のプラットフォーム固有の変更も参照)。 +- 'completepopup': ポップアップウィンドウのスタイルに値を追加する。 Ex コマンド: ~ - 新しい目印を定義するときに優先順位を指定できるようにする |:sign-define| @@ -41884,13 +41887,27 @@ Ex コマンド: ~ 'wltimeout' |wayland| コンポジタの接続タイムアウトを指定する Vim 変数: ~ +|v:clipmethod| カレントの 'clipmethod'. +|v:clipproviders| クリップボードプロバイダの情報を含む辞書。 +|v:stacktrace| 最後にキャッチされた例外。 +|v:t_enumvalue| |enumvalue| の値。 +|v:t_enum| |enum| 型の値。 +|v:t_tuple| |Tuple| 型の値。 |v:termda1| プライマリデバイス属性クエリ (DA1) に対して返されるエ スケープシーケンス。 +|v:termosc| 最後に受信した OSC レスポンス。 +|v:wayland_display| Vim が接続されている Wayland ディスプレイの名前。 Vim 引数: ~ |-Y| |wayland| コンポジタに接続しない。 |--clientserver| クライアントサーバー機能のバックエンドを指定する。 +構成の切り替え: ~ +--with-wayland |wayland| 機能を有効にする。 +--enable-wayland-focus-steal |wayland-focus-steal| 機能を有効にする。 +--enable-socketserver |socketserver-clientserver| 機能を有効にする。 +--enable-clipboard-provider |clipboard-providers| 機能を有効にする。 + ============================================================================== ☆非互換な変更 *incompatible-9.2* diff --git a/en/version9.txt b/en/version9.txt index 90cd5c4c7..b2a1f96b2 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2025 Oct 12 +*version9.txt* For Vim version 9.1. Last change: 2025 Oct 14 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41653,6 +41653,8 @@ Other new features ~ - |items()| function now supports Blob. +- |clipboard-providers| support. + *changed-9.2* Changed~ ------- @@ -41717,6 +41719,7 @@ Options: ~ to ">" by default, indicating text that extends beyond the window width. - 'guioptions': New value |'go-C'| to style the title/caption bar on Windows 11 (see also the below platform specific change). +- 'completepopup': Add more values to style popup windows. Ex commands: ~ - allow to specify a priority when defining a new sign |:sign-define| @@ -41899,13 +41902,29 @@ Options: ~ compositor Vim Variables: ~ +|v:clipmethod| The current 'clipmethod'. +|v:clipproviders| A dictionary containing clipboard providers + information. +|v:stacktrace| The most recent caught exception. +|v:t_enumvalue| Value of |enumvalue|. +|v:t_enum| Value of |enum| type. +|v:t_tuple| Value of |Tuple| type. |v:termda1| The escape sequence returned for the primary device attribute query (DA1). +|v:termosc| The most recent received OSC response. +|v:wayland_display| The name of the Wayland display Vim is connected to. Vim Arguments: ~ |-Y| Do not connect to the |wayland| compositor. |--clientserver| Specify backend for clientserver functionality. +Configure Switches: ~ +--with-wayland Enable the |wayland| feature. +--enable-wayland-focus-steal Enable the |wayland-focus-steal| feature. +--enable-socketserver Enable the |socketserver-clientserver| + feature. +--enable-clipboard-provider Enable the |clipboard-providers| feature. + ============================================================================== INCOMPATIBLE CHANGES *incompatible-9.2*