diff --git a/doc/version9.jax b/doc/version9.jax index b9a3c958d..be4d25761 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2025 Mar 27 +*version9.txt* For Vim バージョン 9.1. Last change: 2025 Apr 03 VIMリファレンスマニュアル by Bram Moolenaar @@ -41545,6 +41545,8 @@ Vim9 script の列挙型サポート |:enum| protected _new() メソッドのサポート +変数データ型として object<{type}> のサポートを追加 |vim9-types| + 差分モード~ ----------- 'diffopt' 設定に "linematch" アルゴリズムを含める。これにより、類似の行のバッ diff --git a/en/version9.txt b/en/version9.txt index 0e9a5080f..b7b2bcc5f 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2025 Mar 27 +*version9.txt* For Vim version 9.1. Last change: 2025 Apr 03 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41553,6 +41553,8 @@ Enum support for Vim9 script |:enum| Support for protected _new() method +Add support for object<{type}> as variable data type |vim9-types| + Diff mode ~ --------- Include the "linematch" algorithm for the 'diffopt' setting. This aligns