mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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>