Skip to content

Commit a77994a

Browse files
authored
Merge pull request #1457 from vim-jp/hh-update-version9
Update version9.{txt,jax}
2 parents c94901c + 0f71489 commit a77994a

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

doc/version9.jax

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Feb 21
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Mar 03
22

33

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

4153641536
Wayland UI のサポート
4153741537

41538+
Vim9 script
41539+
-----------
41540+
vim9 オブジェクトによる内部組み込み関数のサポートを追加。
41541+
|builtin-object-methods| を参照。
41542+
4153841543
その他の改良点 *new-other-9.2*
4153941544
--------------
4154041545

@@ -41566,6 +41571,8 @@ Wayland UI のサポート
4156641571

4156741572
オプション: ~
4156841573

41574+
'winfixbuf' ウィンドウ内でバッファをフォーカスしたままにする
41575+
4156941576
==============================================================================
4157041577
☆非互換な変更 *incompatible-9.2*
4157141578

en/version9.txt

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

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

4154441544
Support for Wayland UI.
4154541545

41546+
Vim9 script
41547+
-----------
41548+
Add support for internal builtin functions with vim9 objects, see
41549+
|builtin-object-methods|
41550+
4154641551
Other improvements *new-other-9.2*
4154741552
------------------
4154841553

@@ -41575,6 +41580,8 @@ Commands: ~
4157541580

4157641581
Options: ~
4157741582

41583+
'winfixbuf' Keep buffer focused in a window
41584+
4157841585
==============================================================================
4157941586
INCOMPATIBLE CHANGES *incompatible-9.2*
4158041587

0 commit comments

Comments
 (0)