Skip to content

Commit

Permalink
runtime(doc): update index.txt
Browse files Browse the repository at this point in the history
related: #16357
closes: #16372

Signed-off-by: h-east <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
  • Loading branch information
h-east authored and chrisbra committed Jan 3, 2025
1 parent a407573 commit 27f2e47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions runtime/doc/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 27f2e47

Please sign in to comment.