mirror of
https://github.com/neovim/neovim.git
synced 2025-11-07 11:14:26 +00:00
vim-patch:partial: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 vim/vim#11371)
b77bdce120
Only port index.txt docs for :star and :horizontal.
This commit is contained in:
@@ -1135,7 +1135,7 @@ tag command action ~
|
|||||||
|:!!| :!! repeat last ":!" command
|
|:!!| :!! repeat last ":!" command
|
||||||
|:#| :# same as ":number"
|
|:#| :# same as ":number"
|
||||||
|:&| :& repeat last ":substitute"
|
|:&| :& repeat last ":substitute"
|
||||||
|:star| :* execute contents of a register
|
|:star| :* use the last Visual area, like :'<,'>
|
||||||
|:<| :< shift lines one 'shiftwidth' left
|
|:<| :< shift lines one 'shiftwidth' left
|
||||||
|:=| := print the last line number
|
|:=| := print the last line number
|
||||||
|:>| :> shift lines one 'shiftwidth' right
|
|:>| :> shift lines one 'shiftwidth' right
|
||||||
@@ -1329,6 +1329,7 @@ tag command action ~
|
|||||||
|:highlight| :hi[ghlight] specify highlighting methods
|
|:highlight| :hi[ghlight] specify highlighting methods
|
||||||
|:hide| :hid[e] hide current buffer for a command
|
|:hide| :hid[e] hide current buffer for a command
|
||||||
|:history| :his[tory] print a history list
|
|:history| :his[tory] print a history list
|
||||||
|
|:horizontal| :hor[izontal] following window command work horizontally
|
||||||
|:insert| :i[nsert] insert text
|
|:insert| :i[nsert] insert text
|
||||||
|:iabbrev| :ia[bbrev] like ":abbrev" but for Insert mode
|
|:iabbrev| :ia[bbrev] like ":abbrev" but for Insert mode
|
||||||
|:iabclear| :iabc[lear] like ":abclear" but for Insert mode
|
|:iabclear| :iabc[lear] like ":abclear" but for Insert mode
|
||||||
|
|||||||
Reference in New Issue
Block a user