0
0
mirror of https://github.com/vim/vim.git synced 2025-08-27 20:13:38 -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:
Roy Orbitson 2023-12-06 01:14:33 +10:30 committed by GitHub
parent 620f011694
commit 2103a56eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -516,7 +516,7 @@ SHIFTING LINES LEFT OR RIGHT *shift-left-right*
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.
See |ex-flags| for [flags].