Skip to content

Commit ddfaf8f

Browse files
authored
Merge pull request #1951 from h-east/update-version9
Update version9.{txt,jax}
2 parents c9f77ee + a13e491 commit ddfaf8f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/version9.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Feb 08
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Feb 11
22

33

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

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

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

4157841578
*changed-9.2*
4157941579
変更点 ~

en/version9.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2025 Feb 08
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Feb 11
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41551,6 +41551,8 @@ Add support for internal builtin functions with vim9 objects, see
4155141551

4155241552
Enum support for Vim9 script |:enum|
4155341553

41554+
Support for protected _new() method
41555+
4155441556
*new-other-9.2*
4155541557
Other new features ~
4155641558
------------------
@@ -41581,8 +41583,6 @@ Adjusted default values ~
4158141583
increased to 12pt to accomodate modern high-dpi monitors
4158241584
- the default value of the 'keyprotocol' option has been updated and support
4158341585
for the ghostty terminal emulator (using kitty protocol) has been added
41584-
- 'termguicolors' is automatically enabled if the terminal supports the RGB
41585-
terminfo capability or supports 0x1000000 colors
4158641586

4158741587
*changed-9.2*
4158841588
Changed~

0 commit comments

Comments
 (0)