From 2103a56eab5a935f3c14c6e0b1610ff16fc8678f Mon Sep 17 00:00:00 2001 From: Roy Orbitson Date: Wed, 6 Dec 2023 01:14:33 +1030 Subject: [PATCH] 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 --- runtime/doc/change.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index dccaa44c8..7741312fc 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].