Skip to content

Commit

Permalink
Update by original
Browse files Browse the repository at this point in the history
  • Loading branch information
h-east committed Jan 3, 2025
1 parent 4aad477 commit d456164
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions doc/index.jax
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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] すべてのエラーを一覧表示
Expand Down Expand Up @@ -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を終了する
Expand Down
10 changes: 5 additions & 5 deletions en/index.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d456164

Please sign in to comment.