Skip to content

Commit 6f7e975

Browse files
committed
index.txt: Update Vim 9.0.0815
1 parent 493412a commit 6f7e975

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

en/index.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1150,7 +1150,7 @@ tag command action ~
11501150
|:!!| :!! repeat last ":!" command
11511151
|:#| :# same as ":number"
11521152
|:&| :& repeat last ":substitute"
1153-
|:star| :* execute contents of a register
1153+
|:star| :* use the last Visual area, like :'<,'>
11541154
|:<| :< shift lines one 'shiftwidth' left
11551155
|:=| := print the last line number
11561156
|:>| :> shift lines one 'shiftwidth' right
@@ -1277,6 +1277,7 @@ tag command action ~
12771277
|:debuggreedy| :debugg[reedy] read debug mode commands from normal input
12781278
|:def| :def define a Vim9 user function
12791279
|:defcompile| :defc[ompile] compile Vim9 user functions in current script
1280+
|:defer| :defer call function when current function is done
12801281
|:delcommand| :delc[ommand] delete user-defined command
12811282
|:delfunction| :delf[unction] delete a user function
12821283
|:delmarks| :delm[arks] delete marks
@@ -1308,6 +1309,7 @@ tag command action ~
13081309
|:echohl| :echoh[l] set highlighting for echo commands
13091310
|:echomsg| :echom[sg] same as :echo, put message in history
13101311
|:echon| :echon same as :echo, but without <EOL>
1312+
|:echowindow| :echow[indow] same as :echomsg, but use a popup window
13111313
|:else| :el[se] part of an :if command
13121314
|:elseif| :elsei[f] part of an :if command
13131315
|:emenu| :em[enu] execute a menu by name
@@ -1356,6 +1358,7 @@ tag command action ~
13561358
|:highlight| :hi[ghlight] specify highlighting methods
13571359
|:hide| :hid[e] hide current buffer for a command
13581360
|:history| :his[tory] print a history list
1361+
|:horizontal| :hor[izontal] following window command work horizontally
13591362
|:insert| :i[nsert] insert text
13601363
|:iabbrev| :ia[bbrev] like ":abbrev" but for Insert mode
13611364
|:iabclear| :iabc[lear] like ":abclear" but for Insert mode

0 commit comments

Comments
 (0)