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
6 changes: 3 additions & 3 deletions 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 Feb 08
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Feb 11


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -41543,6 +41543,8 @@ vim9 オブジェクトによる内部組み込み関数のサポートを追加

Vim9 script の列挙型サポート |:enum|

protected _new() メソッドのサポート

*new-other-9.2*
その他の新機能 ~
--------------
Expand Down Expand Up @@ -41572,8 +41574,6 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
の高 dpi モニターに対応するために 12pt に増やされた。
- 'keyprotocol' オプションのデフォルト値は、ghostty 端末エミュレータ (kitty プ
ロトコルを使用) のサポートにより更新された
- 端末が RGB terminfo 機能をサポートしているか、0x1000000 色をサポートしている
場合、'termguicolors' は自動的に有効になる

*changed-9.2*
変更点 ~
Expand Down
6 changes: 3 additions & 3 deletions 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 Feb 08
*version9.txt* For Vim version 9.1. Last change: 2025 Feb 11


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -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 ~
------------------
Expand Down Expand Up @@ -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~
Expand Down