diff --git a/doc/version9.jax b/doc/version9.jax index 6b4bfc089..86719c3bf 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -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 @@ -41639,6 +41639,8 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。 - |items()| 関数は Blob をサポートするようになった。 +- クリップボードプロバイダ機能が追加された |clipboard-providers|。 + *changed-9.2* 変更点~ ------ @@ -41743,6 +41745,10 @@ Ex コマンド: ~ トドライブへの) 絶対パスとして扱われるようになった。 - MS-Windows: タイトルバーは、|hl-TitleBar| および |hl-TitleBarNC| のハイライ トグループ |gui-w32-title-bar| に従う。 +- MS-Windows: Vim は外部コマンドを実行するときに、カレントディレクトリで実行可 + 能ファイルを検索しなくなった。以前の動作 + (|$NoDefaultCurrentDirectoryInExePath|) が必要な場合は、相対パスまたは絶対パ + スをプリフィックスとして付けること。 - macOS: デフォルトのスケジューラ優先度を TASK_DEFAULT_APPLICATION に引き上げ た。 @@ -41889,6 +41895,8 @@ Ex コマンド: ~ Vim 変数: ~ |v:clipmethod| カレントの 'clipmethod'. +|v:clipproviders| クリップボードプロバイダの構成を含む辞書 + |clipboard-providers|。 |v:stacktrace| 最後にキャッチされた例外。 |v:t_enumvalue| |enumvalue| の値。 |v:t_enum| |enum| 型の値。 diff --git a/en/version9.txt b/en/version9.txt index a4bd33be8..ff6de1dc5 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -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 @@ -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~ ------- @@ -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: ~ @@ -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.