summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Orbitson <Roy-Orbison@users.noreply.github.com>2023-12-06 01:14:33 +1030
committerGitHub <noreply@github.com>2023-12-05 15:44:33 +0100
commit2103a56eab5a935f3c14c6e0b1610ff16fc8678f (patch)
treef9ee1edfad51143d9b5fce582f04f54458340091
parent620f0116948ddd9f1900f067ed8bb6bab548f825 (diff)
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>
-rw-r--r--runtime/doc/change.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index dccaa44c89..7741312fcb 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -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].