Skip to content

Commit 364c9b6

Browse files
authored
Merge pull request #1908 from h-east/update-version9
Update version9.{txt,jax}
2 parents 130b312 + c305260 commit 364c9b6

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

doc/version9.jax

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Dec 31
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2025 Jan 02
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -31840,14 +31840,14 @@ OpenVMS x86_64 プラットフォームへの移植: http://www.polarhome.com/vi
3184031840

3184131841
コマンド: ~
3184231842

31843-
|:abstract| Vim9 抽象クラスを定義する
31844-
|:class| クラス指定の始まり
31843+
|:abstract| Vim9 抽象クラスを宣言する
31844+
|:class| クラス宣言の始まり
3184531845
|:defer| 現在の関数が終了したら関数を呼び出す
3184631846
|:echowindow| :echomsg と同じ。但し、ポップアップウィンドウを使う
31847-
|:endinterface| インターフェイス指定の終わり
31848-
|:endclass| クラス指定の終わり
31847+
|:endinterface| インターフェイス宣言の終わり
31848+
|:endclass| クラス宣言の終わり
3184931849
|:horizontal| 以下のウィンドウコマンドは水平方向に作用する
31850-
|:interface| インターフェイス指定の始まり
31850+
|:interface| インターフェイス宣言の始まり
3185131851
|:public| クラスまたはオブジェクトのメンバの接頭辞
3185231852
|:static| クラスメンバまたは関数の接頭辞
3185331853
|:this| オブジェクトメンバの接頭辞
@@ -41620,6 +41620,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4162041620
ロトコルを使用) のサポートにより更新された
4162141621
- |complete_info()| は、"matches" キーを介してポップアップメニューに表示される
4162241622
マッチのリストを返す
41623+
- |v:stacktrace| 最後にキャッチされて終了していない例外のスタックトレース
4162341624

4162441625
*added-9.2*
4162541626
追加要素 ~
@@ -41639,6 +41640,7 @@ XDG デスクトップ仕様 |xdg-base-dir| のサポート
4163941640
|getcmdprompt()| input()/confirm() のプロンプトを取得
4164041641
|getregion()| バッファからテキストの領域を取得
4164141642
|getregionpos()| 領域の位置をリストで取得
41643+
|getstacktrace()| Vim script の現在のスタックトレースを取得する
4164241644
|id()| Dict、List、Object、Channel、または Blob 変数の一意の
4164341645
識別子を取得
4164441646
|matchbufline()| バッファ内のすべてのパターンのマッチ

en/version9.txt

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2024 Dec 31
1+
*version9.txt* For Vim version 9.1. Last change: 2025 Jan 02
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -31849,14 +31849,14 @@ Autocommands: ~
3184931849

3185031850
Commands: ~
3185131851

31852-
|:abstract| define a Vim9 abstract class
31853-
|:class| start of a class specification
31852+
|:abstract| declare a Vim9 abstract class
31853+
|:class| start of a class declaration
3185431854
|:defer| call function when current function is done
3185531855
|:echowindow| same as :echomsg, but use a popup window
31856-
|:endinterface| end of an interface specification
31857-
|:endclass| end of a class specification
31856+
|:endinterface| end of an interface declaration
31857+
|:endclass| end of a class declaration
3185831858
|:horizontal| following window command works horizontally
31859-
|:interface| start of an interface specification
31859+
|:interface| start of an interface declaration
3186031860
|:public| prefix for a class or object member
3186131861
|:static| prefix for a class member or function
3186231862
|:this| prefix for an object member
@@ -41623,6 +41623,8 @@ Changed~
4162341623
for the ghostty terminal emulator (using kitty protocol)
4162441624
- |complete_info()| returns the list of matches shown in the poppu menu via
4162541625
the "matches" key
41626+
- |v:stacktrace| The stack trace of the exception most recently caught and
41627+
not finished
4162641628

4162741629
*added-9.2*
4162841630
Added ~
@@ -41642,6 +41644,7 @@ Functions: ~
4164241644
|getcmdprompt()| get prompt for input()/confirm()
4164341645
|getregion()| get a region of text from a buffer
4164441646
|getregionpos()| get a list of positions for a region
41647+
|getstacktrace()| get current stack trace of Vim scripts
4164541648
|id()| get unique identifier for a Dict, List, Object,
4164641649
Channel or Blob variable
4164741650
|matchbufline()| all the matches of a pattern in a buffer

0 commit comments

Comments
 (0)