aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-12-06 06:44:37 +0800
committerGitHub <noreply@github.com>2023-12-06 06:44:37 +0800
commit4a1abc91a0ec71f85239dbaf0ffa1fe42c50e368 (patch)
tree574dd5a4272f7c4a8d7fdf881790bf8285efdbbd
parent27501d3b6a8d577cf3f5ecc3fe9e219f477586b7 (diff)
downloadrneovim-4a1abc91a0ec71f85239dbaf0ffa1fe42c50e368.tar.gz
rneovim-4a1abc91a0ec71f85239dbaf0ffa1fe42c50e368.tar.bz2
rneovim-4a1abc91a0ec71f85239dbaf0ffa1fe42c50e368.zip
vim-patch:2103a56eab5a (#26411)
runtime(doc): remove non-existent parameter in shift-command (vim/vim#13626) The variant with the {count} parameter is explained in the next item. https://github.com/vim/vim/commit/2103a56eab5a935f3c14c6e0b1610ff16fc8678f N/A patches: vim-patch:9.0.2150: Using int for errbuflen in option funcs vim-patch:3f7855a6123c Co-authored-by: Roy Orbitson <Roy-Orbison@users.noreply.github.com>
-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 e1bb7c5fc7..fe796422c2 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -485,7 +485,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].