# HG changeset patch # User Christian Brabandt # Date 1702217780 -3600 # Node ID 3f4883e562074da59f7d4b259c9e861a7de27f5a # Parent 5b6b51bd1b1f95b1a24c7cf88e2b844c16b2693b runtime(doc): remove non-existent parameter in shift-command (#13626) Commit: https://github.com/vim/vim/commit/2103a56eab5a935f3c14c6e0b1610ff16fc8678f Author: Roy Orbitson Date: Wed Dec 6 01:14:33 2023 +1030 runtime(doc): remove non-existent parameter in shift-command (https://github.com/vim/vim/issues/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 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -516,7 +516,7 @@ SHIFTING LINES LEFT OR RIGHT *shift-l 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].