summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-08-20 18:24:20 +0200
committerChristian Brabandt <cb@256bit.org>2023-08-20 18:24:20 +0200
commit654bdbbd329e7267051cc2eb496bc52b66053081 (patch)
tree3b745a01f6ba366db56792db959805c5413fa436 /runtime
parent6ac1544e13d78e0deeca1f357d1d73947180171c (diff)
patch 9.0.1761: g<kEnd> behaves different from g<end>v9.0.1761
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>
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/motion.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt
index 46f968045a..2ddd1b9cec 100644
--- a/runtime/doc/motion.txt
+++ b/runtime/doc/motion.txt
@@ -255,7 +255,8 @@ g$ When lines wrap ('wrap' on): To the last character of
instead of going to the end of the line.
When 'virtualedit' is enabled moves to the end of the
screen line.
- *g<End>*
+
+ *g<End>* *g<kEnd>*
g<End> Like |g$| but to the last non-blank character
instead of the last character.