From 0c91cb4f03814bfdfe262c6d2693c6883c38719b Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Mon, 21 Aug 2023 06:11:23 +0800 Subject: vim-patch:9.0.1761: g behaves different from g Problem: g behaves different from g Solution: Make g behave like g closes: vim/vim#12861 https://github.com/vim/vim/commit/654bdbbd329e7267051cc2eb496bc52b66053081 --- runtime/doc/motion.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt index a2f11d27ef..05244cde91 100644 --- a/runtime/doc/motion.txt +++ b/runtime/doc/motion.txt @@ -246,7 +246,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* + + *g* *g* g Like |g$| but to the last non-blank character instead of the last character. -- cgit