|
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 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -1262,7 +1262,7 @@ tag command action ~
|
1262 | 1262 | |:checkpath| :che[ckpath] list included files
|
1263 | 1263 | |:checktime| :checkt[ime] check timestamp of loaded buffers
|
1264 | 1264 | |:chistory| :chi[story] list the error lists
|
1265 |
| -|:class| :class start of a class specification |
| 1265 | +|:class| :class start of a class declaration |
1266 | 1266 | |:clast| :cla[st] go to the specified error, default last one
|
1267 | 1267 | |:clearjumps| :cle[arjumps] clear the jump list
|
1268 | 1268 | |:clist| :cl[ist] list all errors
|
@@ -1337,11 +1337,11 @@ tag command action ~
|
1337 | 1337 | |:else| :el[se] part of an :if command
|
1338 | 1338 | |:elseif| :elsei[f] part of an :if command
|
1339 | 1339 | |:emenu| :em[enu] execute a menu by name
|
1340 |
| -|:endclass| :endclass end of a class specification |
| 1340 | +|:endclass| :endclass end of a class declaration |
1341 | 1341 | |: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 |
1343 | 1343 | |:endif| :en[dif] end previous :if
|
1344 |
| -|:endinterface| :endinterface end of an interface specification |
| 1344 | +|:endinterface| :endinterface end of an interface declaration |
1345 | 1345 | |:endfor| :endfo[r] end previous :for
|
1346 | 1346 | |:endfunction| :endf[unction] end of a user function started with :function
|
1347 | 1347 | |:endtry| :endt[ry] end previous :try
|
|
0 commit comments