mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 15:21:20 +00:00
vim-patch:2103a56eab5a (#26411)
runtime(doc): remove non-existent parameter in shift-command (vim/vim#13626)
The variant with the {count} parameter is explained in the next item.
2103a56eab
N/A patches:
vim-patch:9.0.2150: Using int for errbuflen in option funcs
vim-patch:3f7855a6123c
Co-authored-by: Roy Orbitson <Roy-Orbison@users.noreply.github.com>
This commit is contained in:
@@ -485,7 +485,7 @@ SHIFTING LINES LEFT OR RIGHT *shift-left-right*
|
|||||||
lines to [indent] (default 0).
|
lines to [indent] (default 0).
|
||||||
|
|
||||||
*:>*
|
*:>*
|
||||||
:[range]> [flags] Shift {count} [range] lines one 'shiftwidth' right.
|
:[range]> [flags] Shift [range] lines one 'shiftwidth' right.
|
||||||
Repeat '>' for shifting multiple 'shiftwidth's.
|
Repeat '>' for shifting multiple 'shiftwidth's.
|
||||||
See |ex-flags| for [flags].
|
See |ex-flags| for [flags].
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user