aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-07-06 17:32:33 +0800
committerzeertzjq <zeertzjq@outlook.com>2024-07-06 17:32:38 +0800
commit285543b6aaeb402304b7eeeb5b0cec9284f5d743 (patch)
tree4dc90dbcd9135b7319d825882e81bb785eac51c3
parent9a63ab5e3bb1bbe4c07685585251c98969308df3 (diff)
downloadrneovim-285543b6aaeb402304b7eeeb5b0cec9284f5d743.tar.gz
rneovim-285543b6aaeb402304b7eeeb5b0cec9284f5d743.tar.bz2
rneovim-285543b6aaeb402304b7eeeb5b0cec9284f5d743.zip
vim-patch:aaaa21b: runtime(doc): Remove wrong help tag CTRL-SHIFT-CR
https://github.com/vim/vim/commit/aaaa21b58f8af2fe923368116f94832df3d273bc Co-authored-by: Christian Brabandt <cb@256bit.org>
-rw-r--r--runtime/doc/scroll.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/scroll.txt b/runtime/doc/scroll.txt
index 1604c9a1d3..8b727a86fb 100644
--- a/runtime/doc/scroll.txt
+++ b/runtime/doc/scroll.txt
@@ -43,7 +43,7 @@ CTRL-D Scroll window Downwards in the buffer. The number of
<S-Down> or *<S-Down>* *<kPageDown>*
<PageDown> or *<PageDown>* *CTRL-F*
-<S-CR> or *<S-CR>* *CTRL-SHIFT-CR* *<S-NL>*
+<S-CR> or *<S-CR>* *<S-NL>*
<S-+> or *SHIFT-+* *<S-Plus>*
CTRL-F Scroll window [count] pages Forwards (downwards) in
the buffer. See also 'startofline' option.