Skip to content

Commit 27f2e47

Browse files
h-eastchrisbra
authored andcommitted
runtime(doc): update index.txt
related: #16357 closes: #16372 Signed-off-by: h-east <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent a407573 commit 27f2e47

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

runtime/doc/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)