You are not logged in.
I have set vimpager as my PAGER.
However, a few weeks ago it stopped working for output that is longer than one page.
Pressing ctrl-g says that it doesn't believe that there are any lines:
"/tmp/vimpager_2038982/stdin" --No lines in buffer-- 0,0-1 AllI have tried on different terminals so that doesn't seem to be the issue.
I have tried in different shells (zsh and bash)
I have this issue on two different machines.
I have tried to remove my .vimrc.
Does anyone have an idea of how to debug this?
Last edited by priorit (2022-10-21 21:32:42)
Offline
The cause for the issue seems to be the upgrade to vim 9.
It has been solved upstream, but as of now, no new release has been made. Easiest solution is to check out the git version and to put it into your path.
https://github.com/rkitover/vimpager/issues/267
Last edited by priorit (2022-10-21 21:33:46)
Offline
If you install vim-git from the AUR then it will automatically be in your path - no need to add it.
Offline