Skip to content

Commit 864588a

Browse files
committed
Update version9.{txt,jax}
1 parent f239112 commit 864588a

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

doc/version9.jax

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

33

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

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

41642-
- |clipboard-providers| のサポート。
41643-
4164441642
*changed-9.2*
4164541643
変更点~
4164641644
------
@@ -41888,7 +41886,6 @@ Ex コマンド: ~
4188841886

4188941887
Vim 変数: ~
4189041888
|v:clipmethod| カレントの 'clipmethod'.
41891-
|v:clipproviders| クリップボードプロバイダの情報を含む辞書。
4189241889
|v:stacktrace| 最後にキャッチされた例外。
4189341890
|v:t_enumvalue| |enumvalue| の値。
4189441891
|v:t_enum| |enum| 型の値。
@@ -41906,8 +41903,6 @@ Vim 引数: ~
4190641903
--with-wayland |wayland| 機能を有効にする。
4190741904
--enable-wayland-focus-steal |wayland-focus-steal| 機能を有効にする。
4190841905
--enable-socketserver |socketserver-clientserver| 機能を有効にする。
41909-
--enable-clipboard-provider |clipboard-providers| 機能を有効にする。
41910-
4191141906

4191241907
==============================================================================
4191341908
☆非互換な変更 *incompatible-9.2*

en/version9.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2025 Oct 14
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Oct 26
22

33

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

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

41656-
- |clipboard-providers| support.
41657-
4165841656
*changed-9.2*
4165941657
Changed~
4166041658
-------
@@ -41903,8 +41901,6 @@ Options: ~
4190341901

4190441902
Vim Variables: ~
4190541903
|v:clipmethod| The current 'clipmethod'.
41906-
|v:clipproviders| A dictionary containing clipboard providers
41907-
information.
4190841904
|v:stacktrace| The most recent caught exception.
4190941905
|v:t_enumvalue| Value of |enumvalue|.
4191041906
|v:t_enum| Value of |enum| type.
@@ -41923,8 +41919,6 @@ Configure Switches: ~
4192341919
--enable-wayland-focus-steal Enable the |wayland-focus-steal| feature.
4192441920
--enable-socketserver Enable the |socketserver-clientserver|
4192541921
feature.
41926-
--enable-clipboard-provider Enable the |clipboard-providers| feature.
41927-
4192841922

4192941923
==============================================================================
4193041924
INCOMPATIBLE CHANGES *incompatible-9.2*

0 commit comments

Comments
 (0)