Skip to content

Commit 8cea0e6

Browse files
authored
Merge pull request #1503 from vim-jp/hh-update-version9
Update version9.{txt,jax}
2 parents d432af8 + 6bbb093 commit 8cea0e6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/version9.jax

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Apr 08
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Apr 26
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41535,6 +41535,8 @@ VERSION 9.2 *version-9.2* *version9.2* *vim-9.2*
4153541535

4153641536
Wayland UI のサポート
4153741537

41538+
XDG デスクトップ仕様 |xdg-base-dir| のサポート
41539+
4153841540
Vim9 script
4153941541
-----------
4154041542
vim9 オブジェクトによる内部組み込み関数のサポートを追加。
@@ -41544,6 +41546,7 @@ Vim9 script の列挙型サポート |:enum|
4154441546

4154541547
その他の改良点 *new-other-9.2*
4154641548
--------------
41549+
コメントプラグイン |comment-install| を同梱。
4154741550

4154841551
変更点 *changed-9.2*
4154941552
------
@@ -41585,6 +41588,7 @@ Vim9 script の列挙型サポート |:enum|
4158541588
オプション: ~
4158641589

4158741590
'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする
41591+
't_xo' 端末は XON/XOFF ハンドシェイクを使用する (例: vt420)
4158841592

4158941593
==============================================================================
4159041594
☆非互換な変更 *incompatible-9.2*

en/version9.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2024 Apr 08
1+
*version9.txt* For Vim version 9.1. Last change: 2024 Apr 26
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41543,6 +41543,8 @@ and is a work in progress.
4154341543

4154441544
Support for Wayland UI.
4154541545

41546+
Support for the XDG Desktop Specification |xdg-base-dir|
41547+
4154641548
Vim9 script
4154741549
-----------
4154841550
Add support for internal builtin functions with vim9 objects, see
@@ -41552,6 +41554,7 @@ Enum support for Vim9 script |:enum|
4155241554

4155341555
Other improvements *new-other-9.2*
4155441556
------------------
41557+
The comment plugin |comment-install| is included.
4155541558

4155641559
Changed *changed-9.2*
4155741560
-------
@@ -41591,6 +41594,7 @@ Commands: ~
4159141594
Options: ~
4159241595

4159341596
'winfixbuf' Keep buffer focused in a window
41597+
't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420).
4159441598

4159541599
==============================================================================
4159641600
INCOMPATIBLE CHANGES *incompatible-9.2*

0 commit comments

Comments
 (0)