Skip to content

Commit d456164

Browse files
committed
Update by original
1 parent 4aad477 commit d456164

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

doc/index.jax

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

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -1288,7 +1288,7 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
12881288
|:checkpath| :che[ckpath] インクルードファイルを一覧表示
12891289
|:checktime| :checkt[ime] 開いているファイルのタイムスタンプを確認する
12901290
|:chistory| :chi[story] エラーリストの一覧を表示する
1291-
|:class| :class クラス指定の開始
1291+
|:class| :class クラス宣言の開始
12921292
|:clast| :cla[st] 指定のエラーへジャンプ、省略時は最後のエラー
12931293
|:clearjumps| :cle[arjumps] ジャンプリストを削除する
12941294
|:clist| :cl[ist] すべてのエラーを一覧表示
@@ -1374,11 +1374,11 @@ Note: 1 = カーソル移動コマンド 2 = アンドゥ/リドゥ可能
13741374
|:else| :el[se] :if コマンドと一緒に使用する
13751375
|:elseif| :elsei[f] :if コマンドと一緒に使用する
13761376
|:emenu| :em[enu] 名前を指定してメニューを実行
1377-
|:endclass| :endclass クラス指定の終了
1377+
|:endclass| :endclass クラス宣言の終了
13781378
|:enddef| :enddef :def で開始したユーザー定義関数の終了
13791379
|:endenum| :endenum 列挙型宣言の終了
13801380
|:endif| :en[dif] 直前の :if の終了
1381-
|:endinterface| :endinterface インターフェイス指定の終了
1381+
|:endinterface| :endinterface インターフェイス宣言の終了
13821382
|:endfor| :endfo[r] 直前の :for の終了
13831383
|:endfunction| :endf[unction] :function で開始したユーザー定義関数の終了
13841384
|:endtry| :endt[ry] 直前の:tryを終了する

en/index.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*index.txt* For Vim version 9.1. Last change: 2025 Jan 02
1+
*index.txt* For Vim version 9.1. Last change: 2025 Jan 03
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1262,7 +1262,7 @@ tag command action ~
12621262
|:checkpath| :che[ckpath] list included files
12631263
|:checktime| :checkt[ime] check timestamp of loaded buffers
12641264
|:chistory| :chi[story] list the error lists
1265-
|:class| :class start of a class specification
1265+
|:class| :class start of a class declaration
12661266
|:clast| :cla[st] go to the specified error, default last one
12671267
|:clearjumps| :cle[arjumps] clear the jump list
12681268
|:clist| :cl[ist] list all errors
@@ -1337,11 +1337,11 @@ tag command action ~
13371337
|:else| :el[se] part of an :if command
13381338
|:elseif| :elsei[f] part of an :if command
13391339
|:emenu| :em[enu] execute a menu by name
1340-
|:endclass| :endclass end of a class specification
1340+
|:endclass| :endclass end of a class declaration
13411341
|:enddef| :enddef end of a user function started with :def
1342-
|:endenum| :endenum end of an enum specification
1342+
|:endenum| :endenum end of an enum declaration
13431343
|:endif| :en[dif] end previous :if
1344-
|:endinterface| :endinterface end of an interface specification
1344+
|:endinterface| :endinterface end of an interface declaration
13451345
|:endfor| :endfo[r] end previous :for
13461346
|:endfunction| :endf[unction] end of a user function started with :function
13471347
|:endtry| :endt[ry] end previous :try

0 commit comments

Comments
 (0)