Skip to content

Commit

Permalink
Merge pull request #1589 from vim-jp/hh-update-version9
Browse files Browse the repository at this point in the history
Update version9.{txt,jax}
  • Loading branch information
h-east committed Jun 20, 2024
2 parents cb94f8b + aec21d6 commit 28e1ff0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
10 changes: 7 additions & 3 deletions doc/version9.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Jun 10
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Jun 18


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

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

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

|ins-completion-menu| の挿入モード補完およびコマンドライン補完でマッチしたテキ
ストのハイライトをサポート。

*changed-9.2*
変更点 ~
------
Expand All @@ -41578,6 +41581,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
|getregionpos()| 領域の位置をリストで取得
|matchbufline()| バッファ内のすべてのパターンのマッチ
|matchstrlist()| 文字列のリスト内のすべてのパターンのマッチ
|popup_setbuf()| ポップアップを別のバッファに切り替える


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

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

コマンド: ~
Expand Down
10 changes: 7 additions & 3 deletions en/version9.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*version9.txt* For Vim version 9.1. Last change: 2024 Jun 10
*version9.txt* For Vim version 9.1. Last change: 2024 Jun 18


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

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

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

Support highlighting the matched text for insert-mode completion and
command-line completion in |ins-completion-menu|.

*changed-9.2*
Changed~
-------
Expand All @@ -41583,6 +41586,7 @@ Functions: ~
|getregionpos()| get a list of positions for a region
|matchbufline()| all the matches of a pattern in a buffer
|matchstrlist()| all the matches of a pattern in a List of strings
|popup_setbuf()| switch to a different buffer in a popup


Autocommands: ~
Expand All @@ -41597,7 +41601,7 @@ Highlighting: ~

|hl-MsgArea| highlighting of the Command-line and messages area
|hl-PmenuMatch| Popup menu: highlighting of matched text
|hl-PmenuMatchSel| Popup menu: highlighting of matched text in selected
|hl-PmenuMatchSel| Popup menu: highlighting of matched text in selected
line

Commands: ~
Expand Down

0 comments on commit 28e1ff0

Please sign in to comment.