From: Roy Orbitson Date: Tue, 5 Dec 2023 14:44:33 +0000 (+1030) Subject: runtime(doc): remove non-existent parameter in shift-command (#13626) X-Git-Tag: v9.0.2151~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2103a56eab5a935f3c14c6e0b1610ff16fc8678f;p=thirdparty%2Fvim.git 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 --- 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].