diff --git a/doc/index.jax b/doc/index.jax index 6ef510a11..1113692a3 100644 --- a/doc/index.jax +++ b/doc/index.jax @@ -1,4 +1,4 @@ -*index.txt* For Vim バージョン 9.1. Last change: 2025 Jan 02 +*index.txt* For Vim バージョン 9.1. Last change: 2025 Jan 03 VIMリファレンスマニュアル by Bram Moolenaar @@ -1288,7 +1288,7 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能 |:checkpath| :che[ckpath] インクルードファイルを一覧表示 |:checktime| :checkt[ime] 開いているファイルのタイムスタンプを確認する |:chistory| :chi[story] エラーリストの一覧を表示する -|:class| :class クラス指定の開始 +|:class| :class クラス宣言の開始 |:clast| :cla[st] 指定のエラーへジャンプ、省略時は最後のエラー |:clearjumps| :cle[arjumps] ジャンプリストを削除する |:clist| :cl[ist] すべてのエラーを一覧表示 @@ -1374,11 +1374,11 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能 |:else| :el[se] :if コマンドと一緒に使用する |:elseif| :elsei[f] :if コマンドと一緒に使用する |:emenu| :em[enu] 名前を指定してメニューを実行 -|:endclass| :endclass クラス指定の終了 +|:endclass| :endclass クラス宣言の終了 |:enddef| :enddef :def で開始したユーザー定義関数の終了 |:endenum| :endenum 列挙型宣言の終了 |:endif| :en[dif] 直前の :if の終了 -|:endinterface| :endinterface インターフェイス指定の終了 +|:endinterface| :endinterface インターフェイス宣言の終了 |:endfor| :endfo[r] 直前の :for の終了 |:endfunction| :endf[unction] :function で開始したユーザー定義関数の終了 |:endtry| :endt[ry] 直前の:tryを終了する diff --git a/en/index.txt b/en/index.txt index 512e2843c..079f9ea39 100644 --- a/en/index.txt +++ b/en/index.txt @@ -1,4 +1,4 @@ -*index.txt* For Vim version 9.1. Last change: 2025 Jan 02 +*index.txt* For Vim version 9.1. Last change: 2025 Jan 03 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1262,7 +1262,7 @@ tag command action ~ |:checkpath| :che[ckpath] list included files |:checktime| :checkt[ime] check timestamp of loaded buffers |:chistory| :chi[story] list the error lists -|:class| :class start of a class specification +|:class| :class start of a class declaration |:clast| :cla[st] go to the specified error, default last one |:clearjumps| :cle[arjumps] clear the jump list |:clist| :cl[ist] list all errors @@ -1337,11 +1337,11 @@ tag command action ~ |:else| :el[se] part of an :if command |:elseif| :elsei[f] part of an :if command |:emenu| :em[enu] execute a menu by name -|:endclass| :endclass end of a class specification +|:endclass| :endclass end of a class declaration |:enddef| :enddef end of a user function started with :def -|:endenum| :endenum end of an enum specification +|:endenum| :endenum end of an enum declaration |:endif| :en[dif] end previous :if -|:endinterface| :endinterface end of an interface specification +|:endinterface| :endinterface end of an interface declaration |:endfor| :endfo[r] end previous :for |:endfunction| :endf[unction] end of a user function started with :function |:endtry| :endt[ry] end previous :try