Skip to content

Commit 514329a

Browse files
authored
Merge pull request #2357 from h-east/update-version9
Update version9.{txt,jax}
2 parents 546ae0d + 46750e6 commit 514329a

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

doc/version9.jax

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Oct 14
22

33

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

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

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

4170741710
Ex コマンド: ~
4170841711
- 新しい目印を定義するときに優先順位を指定できるようにする |:sign-define|
@@ -41884,13 +41887,27 @@ Ex コマンド: ~
4188441887
'wltimeout' |wayland| コンポジタの接続タイムアウトを指定する
4188541888

4188641889
Vim 変数: ~
41890+
|v:clipmethod| カレントの 'clipmethod'.
41891+
|v:clipproviders| クリップボードプロバイダの情報を含む辞書。
41892+
|v:stacktrace| 最後にキャッチされた例外。
41893+
|v:t_enumvalue| |enumvalue| の値。
41894+
|v:t_enum| |enum| 型の値。
41895+
|v:t_tuple| |Tuple| 型の値。
4188741896
|v:termda1| プライマリデバイス属性クエリ (DA1) に対して返されるエ
4188841897
スケープシーケンス。
41898+
|v:termosc| 最後に受信した OSC レスポンス。
41899+
|v:wayland_display| Vim が接続されている Wayland ディスプレイの名前。
4188941900

4189041901
Vim 引数: ~
4189141902
|-Y| |wayland| コンポジタに接続しない。
4189241903
|--clientserver| クライアントサーバー機能のバックエンドを指定する。
4189341904

41905+
構成の切り替え: ~
41906+
--with-wayland |wayland| 機能を有効にする。
41907+
--enable-wayland-focus-steal |wayland-focus-steal| 機能を有効にする。
41908+
--enable-socketserver |socketserver-clientserver| 機能を有効にする。
41909+
--enable-clipboard-provider |clipboard-providers| 機能を有効にする。
41910+
4189441911

4189541912
==============================================================================
4189641913
☆非互換な変更 *incompatible-9.2*

en/version9.txt

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2025 Oct 12
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Oct 14
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41653,6 +41653,8 @@ Other new features ~
4165341653

4165441654
- |items()| function now supports Blob.
4165541655

41656+
- |clipboard-providers| support.
41657+
4165641658
*changed-9.2*
4165741659
Changed~
4165841660
-------
@@ -41717,6 +41719,7 @@ Options: ~
4171741719
to ">" by default, indicating text that extends beyond the window width.
4171841720
- 'guioptions': New value |'go-C'| to style the title/caption bar on Windows 11
4171941721
(see also the below platform specific change).
41722+
- 'completepopup': Add more values to style popup windows.
4172041723

4172141724
Ex commands: ~
4172241725
- allow to specify a priority when defining a new sign |:sign-define|
@@ -41899,13 +41902,29 @@ Options: ~
4189941902
compositor
4190041903

4190141904
Vim Variables: ~
41905+
|v:clipmethod| The current 'clipmethod'.
41906+
|v:clipproviders| A dictionary containing clipboard providers
41907+
information.
41908+
|v:stacktrace| The most recent caught exception.
41909+
|v:t_enumvalue| Value of |enumvalue|.
41910+
|v:t_enum| Value of |enum| type.
41911+
|v:t_tuple| Value of |Tuple| type.
4190241912
|v:termda1| The escape sequence returned for the primary device
4190341913
attribute query (DA1).
41914+
|v:termosc| The most recent received OSC response.
41915+
|v:wayland_display| The name of the Wayland display Vim is connected to.
4190441916

4190541917
Vim Arguments: ~
4190641918
|-Y| Do not connect to the |wayland| compositor.
4190741919
|--clientserver| Specify backend for clientserver functionality.
4190841920

41921+
Configure Switches: ~
41922+
--with-wayland Enable the |wayland| feature.
41923+
--enable-wayland-focus-steal Enable the |wayland-focus-steal| feature.
41924+
--enable-socketserver Enable the |socketserver-clientserver|
41925+
feature.
41926+
--enable-clipboard-provider Enable the |clipboard-providers| feature.
41927+
4190941928

4191041929
==============================================================================
4191141930
INCOMPATIBLE CHANGES *incompatible-9.2*

0 commit comments

Comments
 (0)