|
3 | 3 | helpname: 'version9' |
4 | 4 | --- |
5 | 5 | <div id='vimCodeElement'> |
6 | | -<a class="Constant" href="version9.html" name="version9.txt">version9.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2024 Dec 31<br> |
| 6 | +<a class="Constant" href="version9.html" name="version9.txt">version9.txt</a> For <span class="Identifier">Vim バージョン 9.1.</span> Last change: 2025 Jan 02<br> |
7 | 7 | <br> |
8 | 8 | <br> |
9 | 9 | <span class="Identifier">VIMリファレンスマニュアル by Bram Moolenaar</span><br> |
@@ -31845,14 +31845,14 @@ |
31845 | 31845 | <br> |
31846 | 31846 | <span class="PreProc">コマンド:</span><br> |
31847 | 31847 | <br> |
31848 | | -<a class="Identifier" href="vim9class.html#:abstract">:abstract</a> Vim9 抽象クラスを定義する<br> |
31849 | | -<a class="Identifier" href="vim9class.html#:class">:class</a> クラス指定の始まり<br> |
| 31848 | +<a class="Identifier" href="vim9class.html#:abstract">:abstract</a> Vim9 抽象クラスを宣言する<br> |
| 31849 | +<a class="Identifier" href="vim9class.html#:class">:class</a> クラス宣言の始まり<br> |
31850 | 31850 | <a class="Identifier" href="userfunc.html#:defer">:defer</a> 現在の関数が終了したら関数を呼び出す<br> |
31851 | 31851 | <a class="Identifier" href="eval.html#:echowindow">:echowindow</a> :echomsg と同じ。但し、ポップアップウィンドウを使う<br> |
31852 | | -<a class="Identifier" href="vim9class.html#:endinterface">:endinterface</a> インターフェイス指定の終わり<br> |
31853 | | -<a class="Identifier" href="vim9class.html#:endclass">:endclass</a> クラス指定の終わり<br> |
| 31852 | +<a class="Identifier" href="vim9class.html#:endinterface">:endinterface</a> インターフェイス宣言の終わり<br> |
| 31853 | +<a class="Identifier" href="vim9class.html#:endclass">:endclass</a> クラス宣言の終わり<br> |
31854 | 31854 | <a class="Identifier" href="windows.html#:horizontal">:horizontal</a> 以下のウィンドウコマンドは水平方向に作用する<br> |
31855 | | -<a class="Identifier" href="vim9class.html#:interface">:interface</a> インターフェイス指定の始まり<br> |
| 31855 | +<a class="Identifier" href="vim9class.html#:interface">:interface</a> インターフェイス宣言の始まり<br> |
31856 | 31856 | <a class="Identifier" href="vim9class.html#:public">:public</a> クラスまたはオブジェクトのメンバの接頭辞<br> |
31857 | 31857 | <a class="Identifier" href="vim9class.html#:static">:static</a> クラスメンバまたは関数の接頭辞<br> |
31858 | 31858 | <a class="Identifier" href="vim9class.html#:this">:this</a> オブジェクトメンバの接頭辞<br> |
|
41625 | 41625 | ロトコルを使用) のサポートにより更新された<br> |
41626 | 41626 | - <a class="Identifier" href="builtin.html#complete_info()">complete_info()</a> は、"matches" キーを介してポップアップメニューに表示される<br> |
41627 | 41627 | マッチのリストを返す<br> |
| 41628 | +- <span class="MissingTag">v:stacktrace</span> 最後にキャッチされて終了していない例外のスタックトレース<br> |
41628 | 41629 | <br> |
41629 | 41630 | <a class="Constant" href="version9.html#added-9.2" name="added-9.2">added-9.2</a><br> |
41630 | 41631 | <span class="PreProc">追加要素</span><br> |
|
41644 | 41645 | <a class="Identifier" href="builtin.html#getcmdprompt()">getcmdprompt()</a> input()/confirm() のプロンプトを取得<br> |
41645 | 41646 | <a class="Identifier" href="builtin.html#getregion()">getregion()</a> バッファからテキストの領域を取得<br> |
41646 | 41647 | <a class="Identifier" href="builtin.html#getregionpos()">getregionpos()</a> 領域の位置をリストで取得<br> |
| 41648 | +<span class="MissingTag">getstacktrace()</span> Vim script の現在のスタックトレースを取得する<br> |
41647 | 41649 | <a class="Identifier" href="builtin.html#id()">id()</a> Dict、List、Object、Channel、または Blob 変数の一意の<br> |
41648 | 41650 | 識別子を取得<br> |
41649 | 41651 | <a class="Identifier" href="builtin.html#matchbufline()">matchbufline()</a> バッファ内のすべてのパターンのマッチ<br> |
|
0 commit comments