-
Notifications
You must be signed in to change notification settings - Fork 0
/
vimdoc.diff
34 lines (32 loc) · 1.5 KB
/
vimdoc.diff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt
index 512e2843c..079f9ea39 100644
--- a/runtime/doc/index.txt
+++ b/runtime/doc/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