neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 285543b6aaeb402304b7eeeb5b0cec9284f5d743
parent 9a63ab5e3bb1bbe4c07685585251c98969308df3
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Sat,  6 Jul 2024 17:32:33 +0800

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>

Diffstat:
Mruntime/doc/scroll.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.