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
10 changes: 9 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 Nov 27
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Dec 11


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 @@ -41743,6 +41745,10 @@ Ex コマンド: ~
トドライブへの) 絶対パスとして扱われるようになった。
- MS-Windows: タイトルバーは、|hl-TitleBar| および |hl-TitleBarNC| のハイライ
トグループ |gui-w32-title-bar| に従う。
- MS-Windows: Vim は外部コマンドを実行するときに、カレントディレクトリで実行可
能ファイルを検索しなくなった。以前の動作
(|$NoDefaultCurrentDirectoryInExePath|) が必要な場合は、相対パスまたは絶対パ
スをプリフィックスとして付けること。
- macOS: デフォルトのスケジューラ優先度を TASK_DEFAULT_APPLICATION に引き上げ
た。

Expand Down Expand Up @@ -41889,6 +41895,8 @@ Ex コマンド: ~

Vim 変数: ~
|v:clipmethod| カレントの 'clipmethod'.
|v:clipproviders| クリップボードプロバイダの構成を含む辞書
|clipboard-providers|。
|v:stacktrace| 最後にキャッチされた例外。
|v:t_enumvalue| |enumvalue| の値。
|v:t_enum| |enum| 型の値。
Expand Down
9 changes: 8 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 Nov 27
*version9.txt* For Vim version 9.1. Last change: 2025 Dec 11


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

- |items()| function now supports Blob.

- The clipboard provider feature has been added |clipboard-providers|.

*changed-9.2*
Changed~
-------
Expand Down Expand Up @@ -41757,6 +41759,9 @@ Platform specific ~
absolute paths (to the current drive) and no longer relative.
- MS-Windows: The title bar follows the |hl-TitleBar| and |hl-TitleBarNC|
highlighting group |gui-w32-title-bar|.
- MS-Windows: Vim no longer searches the current directory for
executables when running external commands; prefix a relative or absolute
path if you want the old behavior |$NoDefaultCurrentDirectoryInExePath|.
- macOS: increase default scheduler priority to TASK_DEFAULT_APPLICATION.

Others: ~
Expand Down Expand Up @@ -41904,6 +41909,8 @@ Options: ~

Vim Variables: ~
|v:clipmethod| The current 'clipmethod'.
|v:clipproviders| A dictionary containing clipboard providers
configuration |clipboard-providers|.
|v:stacktrace| The most recent caught exception.
|v:t_enumvalue| Value of |enumvalue|.
|v:t_enum| Value of |enum| type.
Expand Down