File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim バージョン 9.1. Last change: 2024 Apr 08
1
+ *version9.txt* For Vim バージョン 9.1. Last change: 2024 Apr 26
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41535,6 +41535,8 @@ VERSION 9.2 *version-9.2* *version9.2* *vim-9.2*
41535
41535
41536
41536
Wayland UI のサポート
41537
41537
41538
+ XDG デスクトップ仕様 |xdg-base-dir| のサポート
41539
+
41538
41540
Vim9 script
41539
41541
-----------
41540
41542
vim9 オブジェクトによる内部組み込み関数のサポートを追加。
@@ -41544,6 +41546,7 @@ Vim9 script の列挙型サポート |:enum|
41544
41546
41545
41547
その他の改良点 *new-other-9.2*
41546
41548
--------------
41549
+ コメントプラグイン |comment-install| を同梱。
41547
41550
41548
41551
変更点 *changed-9.2*
41549
41552
------
@@ -41585,6 +41588,7 @@ Vim9 script の列挙型サポート |:enum|
41585
41588
オプション: ~
41586
41589
41587
41590
'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする
41591
+ 't_xo' 端末は XON/XOFF ハンドシェイクを使用する (例: vt420)
41588
41592
41589
41593
==============================================================================
41590
41594
☆非互換な変更 *incompatible-9.2*
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41543,6 +41543,8 @@ and is a work in progress.
41543
41543
41544
41544
Support for Wayland UI.
41545
41545
41546
+ Support for the XDG Desktop Specification |xdg-base-dir|
41547
+
41546
41548
Vim9 script
41547
41549
-----------
41548
41550
Add support for internal builtin functions with vim9 objects, see
@@ -41552,6 +41554,7 @@ Enum support for Vim9 script |:enum|
41552
41554
41553
41555
Other improvements *new-other-9.2*
41554
41556
------------------
41557
+ The comment plugin |comment-install| is included.
41555
41558
41556
41559
Changed *changed-9.2*
41557
41560
-------
@@ -41591,6 +41594,7 @@ Commands: ~
41591
41594
Options: ~
41592
41595
41593
41596
'winfixbuf' Keep buffer focused in a window
41597
+ 't_xo' Terminal uses XON/XOFF handshaking (e.g. vt420).
41594
41598
41595
41599
==============================================================================
41596
41600
INCOMPATIBLE CHANGES *incompatible-9.2*
You can’t perform that action at this time.
0 commit comments