qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.64k stars 218 forks source link

Tag select does not page large amounts of matches correctly #909

Open askedrelic opened 2 years ago

askedrelic commented 2 years ago

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

shaunlebron commented 2 years ago

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