vimr
vimr copied to clipboard
Tag select does not page large amounts of matches correctly
Hi! Love time fan of vimr and switching to neovim - thanks for your work on this project!
Using :ts <tag>
on a large (over 50?) matches should result in the vim pager shown (--More--) and then the option to select a tag number.
I feel like this used to work but recently broke, maybe in the last 3-6 months?
Example using nvim 0.6.1 in a terminal, :ts e
shows 134 tags and I press space to page through results:
In vimr Version 0.36.1 (20220212.162106), there is no pagination and it immediately shows the prompt:
This example is from this repo https://github.com/LibrePhotos/librephotos and using a standard generated tags file https://gist.github.com/askedrelic/c059d4ccd6d984d0bfc5dcc7f9511e6d
The pager seems to be broken. (Duplicate of https://github.com/qvacua/vimr/issues/886)