Skip to content

Commit aec21d6

Browse files
committed
Update version9.{txt,jax}
1 parent 2fa8bc8 commit aec21d6

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

doc/version9.jax

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Jun 10
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Jun 18
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -31683,7 +31683,7 @@ VERSION 9.1 *version-9.1* *version9.1* *vim-9.1*
3168331683
このリリースでは何百ものバグが修正され、いくつかの新機能が追加され、多くの細か
3168431684
い改良が加えられています。
3168531685

31686-
Vim9 クラス
31686+
Vim9 クラス ~
3168731687
-----------
3168831688
Vim9 script のクラスとオブジェクトのサポートが追加されました。これについては
3168931689
|vim9-class| で説明されています。次の機能がサポートされています。
@@ -41552,6 +41552,9 @@ Wayland UI のサポート
4155241552

4155341553
XDG デスクトップ仕様 |xdg-base-dir| のサポート
4155441554

41555+
|ins-completion-menu| の挿入モード補完およびコマンドライン補完でマッチしたテキ
41556+
ストのハイライトをサポート。
41557+
4155541558
*changed-9.2*
4155641559
変更点 ~
4155741560
------
@@ -41578,6 +41581,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4157841581
|getregionpos()| 領域の位置をリストで取得
4157941582
|matchbufline()| バッファ内のすべてのパターンのマッチ
4158041583
|matchstrlist()| 文字列のリスト内のすべてのパターンのマッチ
41584+
|popup_setbuf()| ポップアップを別のバッファに切り替える
4158141585

4158241586

4158341587
自動コマンド: ~
@@ -41591,7 +41595,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4159141595

4159241596
|hl-MsgArea| コマンドラインとメッセージ領域のハイライト
4159341597
|hl-PmenuMatch| ポップアップメニュー: マッチしたテキストのハイライト
41594-
|hl-PmenuMatchSel| ポップアップメニュー: 選択された行のマッチしたテキスト
41598+
|hl-PmenuMatchSel| ポップアップメニュー: 選択された行のマッチしたテキスト
4159541599
のハイライト
4159641600

4159741601
コマンド: ~

en/version9.txt

Lines changed: 7 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: 2024 Jun 10
1+
*version9.txt* For Vim version 9.1. Last change: 2024 Jun 18
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -31694,7 +31694,7 @@ The release 9.1 is dedicated to Vim's Benevolent dictator for life
3169431694
This release has hundreds of bug fixes, there are a few new features and there
3169531695
are many minor improvements.
3169631696

31697-
Vim9 classes
31697+
Vim9 classes ~
3169831698
------------
3169931699
Support for classes and objects in a Vim9 script are added. This is described
3170031700
in |vim9-class|. The following features are supported:
@@ -41560,6 +41560,9 @@ Support for Wayland UI.
4156041560

4156141561
Support for the XDG Desktop Specification |xdg-base-dir|
4156241562

41563+
Support highlighting the matched text for insert-mode completion and
41564+
command-line completion in |ins-completion-menu|.
41565+
4156341566
*changed-9.2*
4156441567
Changed~
4156541568
-------
@@ -41583,6 +41586,7 @@ Functions: ~
4158341586
|getregionpos()| get a list of positions for a region
4158441587
|matchbufline()| all the matches of a pattern in a buffer
4158541588
|matchstrlist()| all the matches of a pattern in a List of strings
41589+
|popup_setbuf()| switch to a different buffer in a popup
4158641590

4158741591

4158841592
Autocommands: ~
@@ -41597,7 +41601,7 @@ Highlighting: ~
4159741601

4159841602
|hl-MsgArea| highlighting of the Command-line and messages area
4159941603
|hl-PmenuMatch| Popup menu: highlighting of matched text
41600-
|hl-PmenuMatchSel| Popup menu: highlighting of matched text in selected
41604+
|hl-PmenuMatchSel| Popup menu: highlighting of matched text in selected
4160141605
line
4160241606

4160341607
Commands: ~

0 commit comments

Comments
 (0)