mirror of
https://github.com/vim/vim.git
synced 2025-08-29 20:33:37 -04:00
runtime(doc): remove non-existent parameter in shift-command (#13626)
The variant with the {count} parameter is explained in the next item. Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
620f011694
commit
2103a56eab
@ -516,7 +516,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].
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user