comparison runtime/doc/index.txt @ 30837:82c3677f8af1 v9.0.0753

patch 9.0.0753: some Ex commands are not in the help index Commit: https://github.com/vim/vim/commit/b77bdce120d7e140d0d0bd535ec9febdef78993d Author: Yee Cheng Chin <ychin.git@gmail.com> Date: Sat Oct 15 10:22:19 2022 +0100 patch 9.0.0753: some Ex commands are not in the help index Problem: Some Ex commands are not in the help index. Solution: Add the missing commands. Add a script to check all Ex commands are in the help index. (Yee Cheng Chin, closes #11371)
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Oct 2022 11:30:07 +0200
parents f8116058ca76
children 3295247d97a5
comparison
equal deleted inserted replaced
30836:11e7cb28f830 30837:82c3677f8af1
1148 |:range| :{range} go to last line in {range} 1148 |:range| :{range} go to last line in {range}
1149 |:!| :! filter lines or execute an external command 1149 |:!| :! filter lines or execute an external command
1150 |:!!| :!! repeat last ":!" command 1150 |:!!| :!! repeat last ":!" command
1151 |:#| :# same as ":number" 1151 |:#| :# same as ":number"
1152 |:&| :& repeat last ":substitute" 1152 |:&| :& repeat last ":substitute"
1153 |:star| :* execute contents of a register 1153 |:star| :* use the last Visual area, like :'<,'>
1154 |:<| :< shift lines one 'shiftwidth' left 1154 |:<| :< shift lines one 'shiftwidth' left
1155 |:=| := print the last line number 1155 |:=| := print the last line number
1156 |:>| :> shift lines one 'shiftwidth' right 1156 |:>| :> shift lines one 'shiftwidth' right
1157 |:@| :@ execute contents of a register 1157 |:@| :@ execute contents of a register
1158 |:@@| :@@ repeat the previous ":@" 1158 |:@@| :@@ repeat the previous ":@"
1275 |:delete| :d[elete] delete lines 1275 |:delete| :d[elete] delete lines
1276 |:debug| :deb[ug] run a command in debugging mode 1276 |:debug| :deb[ug] run a command in debugging mode
1277 |:debuggreedy| :debugg[reedy] read debug mode commands from normal input 1277 |:debuggreedy| :debugg[reedy] read debug mode commands from normal input
1278 |:def| :def define a Vim9 user function 1278 |:def| :def define a Vim9 user function
1279 |:defcompile| :defc[ompile] compile Vim9 user functions in current script 1279 |:defcompile| :defc[ompile] compile Vim9 user functions in current script
1280 |:defer| :defer call function when current function is done
1280 |:delcommand| :delc[ommand] delete user-defined command 1281 |:delcommand| :delc[ommand] delete user-defined command
1281 |:delfunction| :delf[unction] delete a user function 1282 |:delfunction| :delf[unction] delete a user function
1282 |:delmarks| :delm[arks] delete marks 1283 |:delmarks| :delm[arks] delete marks
1283 |:diffupdate| :dif[fupdate] update 'diff' buffers 1284 |:diffupdate| :dif[fupdate] update 'diff' buffers
1284 |:diffget| :diffg[et] remove differences in current buffer 1285 |:diffget| :diffg[et] remove differences in current buffer
1306 |:echoconsole| :echoc[onsole] like :echomsg but write to stdout 1307 |:echoconsole| :echoc[onsole] like :echomsg but write to stdout
1307 |:echoerr| :echoe[rr] like :echo, show like an error and use history 1308 |:echoerr| :echoe[rr] like :echo, show like an error and use history
1308 |:echohl| :echoh[l] set highlighting for echo commands 1309 |:echohl| :echoh[l] set highlighting for echo commands
1309 |:echomsg| :echom[sg] same as :echo, put message in history 1310 |:echomsg| :echom[sg] same as :echo, put message in history
1310 |:echon| :echon same as :echo, but without <EOL> 1311 |:echon| :echon same as :echo, but without <EOL>
1312 |:echowindow| :echow[indow] same as :echomsg, but use a popup window
1311 |:else| :el[se] part of an :if command 1313 |:else| :el[se] part of an :if command
1312 |:elseif| :elsei[f] part of an :if command 1314 |:elseif| :elsei[f] part of an :if command
1313 |:emenu| :em[enu] execute a menu by name 1315 |:emenu| :em[enu] execute a menu by name
1314 |:enddef| :enddef end of a user function started with :def 1316 |:enddef| :enddef end of a user function started with :def
1315 |:endif| :en[dif] end previous :if 1317 |:endif| :en[dif] end previous :if
1354 |:helpgrep| :helpg[rep] like ":grep" but searches help files 1356 |:helpgrep| :helpg[rep] like ":grep" but searches help files
1355 |:helptags| :helpt[ags] generate help tags for a directory 1357 |:helptags| :helpt[ags] generate help tags for a directory
1356 |:highlight| :hi[ghlight] specify highlighting methods 1358 |:highlight| :hi[ghlight] specify highlighting methods
1357 |:hide| :hid[e] hide current buffer for a command 1359 |:hide| :hid[e] hide current buffer for a command
1358 |:history| :his[tory] print a history list 1360 |:history| :his[tory] print a history list
1361 |:horizontal| :hor[izontal] following window command work horizontally
1359 |:insert| :i[nsert] insert text 1362 |:insert| :i[nsert] insert text
1360 |:iabbrev| :ia[bbrev] like ":abbrev" but for Insert mode 1363 |:iabbrev| :ia[bbrev] like ":abbrev" but for Insert mode
1361 |:iabclear| :iabc[lear] like ":abclear" but for Insert mode 1364 |:iabclear| :iabc[lear] like ":abclear" but for Insert mode
1362 |:if| :if execute commands when condition met 1365 |:if| :if execute commands when condition met
1363 |:ijump| :ij[ump] jump to definition of identifier 1366 |:ijump| :ij[ump] jump to definition of identifier