vimr
vimr copied to clipboard
[Pager broken] cannot scroll through command output
I’m using the latest version, and typing :hi
does not allow me to scroll through results, it just skips to the end without allowing me to scroll through them.
Notice the bottom of the screenshot show Press ENTER or type command to continue
instead of --- More ---
.
Is this just me? I do not get this problem when running nvim
from my terminal.
It happens even to me for everything that requires more space than the current window, like :scriptnames
:map
and so on
me too
On a whim, I searched neovim for the pager strings to see if I might trace them to what VimR might be doing wrong, but I would need help:
-
"-- More --"
is at message.c:2977 -
"Press ENTER or type command to continue"
is at message.c:1279
@qvacua 👋 if you can point to where this problem might be happening in vimr, I can investigate this more. Thanks!
I’m going to start using neovim directly from terminal to avoid this issue. I’ll close this issue for now, feel free to re-open and I can help if you give some direction. Thanks
Can we reopen this issue? It affects other users