]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): remove non-existent parameter in shift-command (#13626)
authorRoy Orbitson <Roy-Orbison@users.noreply.github.com>
Tue, 5 Dec 2023 14:44:33 +0000 (01:14 +1030)
committerGitHub <noreply@github.com>
Tue, 5 Dec 2023 14:44:33 +0000 (15:44 +0100)
The variant with the {count} parameter is explained in the next item.

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/change.txt

index dccaa44c89922baf611c151514ceabfb8d6015c6..7741312fcb1c5ee0d9301ebc554b4b0995dfb631 100644 (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].