From 765db5dd84b9461e818f1afdd0e564256a7d89b4 Mon Sep 17 00:00:00 2001 From: h-east Date: Sat, 13 Dec 2025 08:54:29 +0900 Subject: [PATCH 1/2] Update version9.{txt,jax} --- doc/version9.jax | 10 +++++++++- en/version9.txt | 9 ++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/doc/version9.jax b/doc/version9.jax index 6b4bfc089..47b399009 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. From dfcd6bc959f369a3bce8cb4065ecfaa9969794be Mon Sep 17 00:00:00 2001 From: h-east Date: Sat, 13 Dec 2025 09:10:20 +0900 Subject: [PATCH 2/2] fix by nvcheck --- doc/version9.jax | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/version9.jax b/doc/version9.jax index 47b399009..86719c3bf 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -41639,7 +41639,7 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。 - |items()| 関数は Blob をサポートするようになった。 -- クリップボードプロバイダー機能が追加された |clipboard-providers|。 +- クリップボードプロバイダ機能が追加された |clipboard-providers|。 *changed-9.2* 変更点~ @@ -41895,7 +41895,7 @@ Ex コマンド: ~ Vim 変数: ~ |v:clipmethod| カレントの 'clipmethod'. -|v:clipproviders| クリップボードプロバイダーの構成を含む辞書 +|v:clipproviders| クリップボードプロバイダの構成を含む辞書 |clipboard-providers|。 |v:stacktrace| 最後にキャッチされた例外。 |v:t_enumvalue| |enumvalue| の値。