diff --git a/doc/version9.jax b/doc/version9.jax index 2e9edfe7c..354112fd5 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2025 Feb 08 +*version9.txt* For Vim バージョン 9.1. Last change: 2025 Feb 11 VIMリファレンスマニュアル by Bram Moolenaar @@ -41543,6 +41543,8 @@ vim9 オブジェクトによる内部組み込み関数のサポートを追加 Vim9 script の列挙型サポート |:enum| +protected _new() メソッドのサポート + *new-other-9.2* その他の新機能 ~ -------------- @@ -41572,8 +41574,6 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート の高 dpi モニターに対応するために 12pt に増やされた。 - 'keyprotocol' オプションのデフォルト値は、ghostty 端末エミュレータ (kitty プ ロトコルを使用) のサポートにより更新された -- 端末が RGB terminfo 機能をサポートしているか、0x1000000 色をサポートしている - 場合、'termguicolors' は自動的に有効になる *changed-9.2* 変更点 ~ diff --git a/en/version9.txt b/en/version9.txt index 3614ce3d2..de38d08e2 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2025 Feb 08 +*version9.txt* For Vim version 9.1. Last change: 2025 Feb 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41551,6 +41551,8 @@ Add support for internal builtin functions with vim9 objects, see Enum support for Vim9 script |:enum| +Support for protected _new() method + *new-other-9.2* Other new features ~ ------------------ @@ -41581,8 +41583,6 @@ Adjusted default values ~ increased to 12pt to accomodate modern high-dpi monitors - the default value of the 'keyprotocol' option has been updated and support for the ghostty terminal emulator (using kitty protocol) has been added -- 'termguicolors' is automatically enabled if the terminal supports the RGB - terminfo capability or supports 0x1000000 colors *changed-9.2* Changed~