File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim バージョン 9.1. Last change: 2024 Feb 21
1
+ *version9.txt* For Vim バージョン 9.1. Last change: 2024 Mar 03
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41535,6 +41535,11 @@ VERSION 9.2 *version-9.2* *version9.2* *vim-9.2*
41535
41535
41536
41536
Wayland UI のサポート
41537
41537
41538
+ Vim9 script
41539
+ -----------
41540
+ vim9 オブジェクトによる内部組み込み関数のサポートを追加。
41541
+ |builtin-object-methods| を参照。
41542
+
41538
41543
その他の改良点 *new-other-9.2*
41539
41544
--------------
41540
41545
@@ -41566,6 +41571,8 @@ Wayland UI のサポート
41566
41571
41567
41572
オプション: ~
41568
41573
41574
+ 'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする
41575
+
41569
41576
==============================================================================
41570
41577
☆非互換な変更 *incompatible-9.2*
41571
41578
Original file line number Diff line number Diff line change 1
- *version9.txt* For Vim version 9.1. Last change: 2024 Feb 21
1
+ *version9.txt* For Vim version 9.1. Last change: 2024 Mar 03
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41543,6 +41543,11 @@ and is a work in progress.
41543
41543
41544
41544
Support for Wayland UI.
41545
41545
41546
+ Vim9 script
41547
+ -----------
41548
+ Add support for internal builtin functions with vim9 objects, see
41549
+ |builtin-object-methods|
41550
+
41546
41551
Other improvements *new-other-9.2*
41547
41552
------------------
41548
41553
@@ -41575,6 +41580,8 @@ Commands: ~
41575
41580
41576
41581
Options: ~
41577
41582
41583
+ 'winfixbuf' Keep buffer focused in a window
41584
+
41578
41585
==============================================================================
41579
41586
INCOMPATIBLE CHANGES *incompatible-9.2*
41580
41587
You can’t perform that action at this time.
0 commit comments