]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1761: g<kEnd> behaves different from g<end> v9.0.1761
authorzeertzjq <zeertzjq@outlook.com>
Sun, 20 Aug 2023 16:24:20 +0000 (18:24 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 20 Aug 2023 16:24:20 +0000 (18:24 +0200)
commit654bdbbd329e7267051cc2eb496bc52b66053081
tree3b745a01f6ba366db56792db959805c5413fa436
parent6ac1544e13d78e0deeca1f357d1d73947180171c
patch 9.0.1761: g<kEnd> behaves different from g<end>

Problem:  g<kEnd> behaves different from g<end>
Solution: Make g<kEnd> behave like g<End>

closes: #12861

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
runtime/doc/motion.txt
src/normal.c
src/testdir/test_normal.vim
src/version.c