vimr icon indicating copy to clipboard operation
vimr copied to clipboard

Tag select does not page large amounts of matches correctly

Open askedrelic opened this issue 2 years ago • 1 comments

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: Screen Shot 2022-03-04 at 11 17 04 AM Screen Shot 2022-03-04 at 11 17 15 AM

In vimr Version 0.36.1 (20220212.162106), there is no pagination and it immediately shows the prompt: Screen Shot 2022-03-04 at 11 17 40 AM

This example is from this repo https://github.com/LibrePhotos/librephotos and using a standard generated tags file https://gist.github.com/askedrelic/c059d4ccd6d984d0bfc5dcc7f9511e6d

askedrelic avatar Mar 04 '22 20:03 askedrelic

The pager seems to be broken. (Duplicate of https://github.com/qvacua/vimr/issues/886)

shaunlebron avatar Apr 29 '22 18:04 shaunlebron