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
19 changes: 18 additions & 1 deletion 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 Oct 12
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Oct 14


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41639,6 +41639,8 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。

- |items()| 関数は Blob をサポートするようになった。

- |clipboard-providers| のサポート。

*changed-9.2*
変更点~
------
Expand Down Expand Up @@ -41703,6 +41705,7 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
">" に設定し、ウィンドウ幅を超えるテキストを表示する。
- 'guioptions': Windows 11 のタイトル/キャプションバーのスタイルを設定するため
の新しい値 |'go-C'| (以下のプラットフォーム固有の変更も参照)。
- 'completepopup': ポップアップウィンドウのスタイルに値を追加する。

Ex コマンド: ~
- 新しい目印を定義するときに優先順位を指定できるようにする |:sign-define|
Expand Down Expand Up @@ -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*
Expand Down
21 changes: 20 additions & 1 deletion 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 Oct 12
*version9.txt* For Vim version 9.1. Last change: 2025 Oct 14


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -41653,6 +41653,8 @@ Other new features ~

- |items()| function now supports Blob.

- |clipboard-providers| support.

*changed-9.2*
Changed~
-------
Expand Down Expand Up @@ -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|
Expand Down Expand Up @@ -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*
Expand Down