Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
7 changes: 1 addition & 6 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 Oct 14
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Oct 26


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

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

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

*changed-9.2*
変更点~
------
Expand Down Expand Up @@ -41888,7 +41886,6 @@ Ex コマンド: ~

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


==============================================================================
☆非互換な変更 *incompatible-9.2*
Expand Down
8 changes: 1 addition & 7 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 Oct 14
*version9.txt* For Vim version 9.1. Last change: 2025 Oct 26


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

- |items()| function now supports Blob.

- |clipboard-providers| support.

*changed-9.2*
Changed~
-------
Expand Down Expand Up @@ -41903,8 +41901,6 @@ Options: ~

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.
Expand All @@ -41923,8 +41919,6 @@ Configure Switches: ~
--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