|
1 | | -*index.txt* For Vim version 9.0. Last change: 2022 Jun 11 |
| 1 | +*index.txt* For Vim version 9.0. Last change: 2022 Oct 15 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -1150,7 +1150,7 @@ tag command action ~ |
1150 | 1150 | |:!!| :!! repeat last ":!" command |
1151 | 1151 | |:#| :# same as ":number" |
1152 | 1152 | |:&| :& repeat last ":substitute" |
1153 | | -|:star| :* execute contents of a register |
| 1153 | +|:star| :* use the last Visual area, like :'<,'> |
1154 | 1154 | |:<| :< shift lines one 'shiftwidth' left |
1155 | 1155 | |:=| := print the last line number |
1156 | 1156 | |:>| :> shift lines one 'shiftwidth' right |
@@ -1277,6 +1277,7 @@ tag command action ~ |
1277 | 1277 | |:debuggreedy| :debugg[reedy] read debug mode commands from normal input |
1278 | 1278 | |:def| :def define a Vim9 user function |
1279 | 1279 | |:defcompile| :defc[ompile] compile Vim9 user functions in current script |
| 1280 | +|:defer| :defer call function when current function is done |
1280 | 1281 | |:delcommand| :delc[ommand] delete user-defined command |
1281 | 1282 | |:delfunction| :delf[unction] delete a user function |
1282 | 1283 | |:delmarks| :delm[arks] delete marks |
@@ -1308,6 +1309,7 @@ tag command action ~ |
1308 | 1309 | |:echohl| :echoh[l] set highlighting for echo commands |
1309 | 1310 | |:echomsg| :echom[sg] same as :echo, put message in history |
1310 | 1311 | |:echon| :echon same as :echo, but without <EOL> |
| 1312 | +|:echowindow| :echow[indow] same as :echomsg, but use a popup window |
1311 | 1313 | |:else| :el[se] part of an :if command |
1312 | 1314 | |:elseif| :elsei[f] part of an :if command |
1313 | 1315 | |:emenu| :em[enu] execute a menu by name |
@@ -1356,6 +1358,7 @@ tag command action ~ |
1356 | 1358 | |:highlight| :hi[ghlight] specify highlighting methods |
1357 | 1359 | |:hide| :hid[e] hide current buffer for a command |
1358 | 1360 | |:history| :his[tory] print a history list |
| 1361 | +|:horizontal| :hor[izontal] following window command work horizontally |
1359 | 1362 | |:insert| :i[nsert] insert text |
1360 | 1363 | |:iabbrev| :ia[bbrev] like ":abbrev" but for Insert mode |
1361 | 1364 | |:iabclear| :iabc[lear] like ":abclear" but for Insert mode |
|
0 commit comments