]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(man): don't add jumps when loading a manpage
authorDavid Mandelberg <david@mandelberg.org>
Wed, 5 Mar 2025 19:38:20 +0000 (20:38 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 5 Mar 2025 19:38:20 +0000 (20:38 +0100)
commitb34ce3e2058921450f6985bb0b6db477789d84c6
tree19230107b8a27842f932de918d6b1019d8f390b8
parent08a410f674a340f137623526bf8159d5a476f729
runtime(man): don't add jumps when loading a manpage

Without this change, pressing K while in one manpage to load another
one, then pressing CTRL-O to go back, results in going to the bottom of
the current (second) manpage. With this change, it goes back to the
previous manpage.

closes: #16791

Signed-off-by: David Mandelberg <david@mandelberg.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/autoload/dist/man.vim