Mercurial > vim
changeset 33883:3f4883e56207
runtime(doc): remove non-existent parameter in shift-command (#13626)
Commit: https://github.com/vim/vim/commit/2103a56eab5a935f3c14c6e0b1610ff16fc8678f
Author: Roy Orbitson <Roy-Orbison@users.noreply.github.com>
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 <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 10 Dec 2023 15:16:20 +0100 |
parents | 5b6b51bd1b1f |
children | 3d0544e31ca5 |
files | runtime/doc/change.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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].