Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(pickers): sorting_strategy=asc stale result clearing #3298

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

jamestrew
Copy link
Contributor

With sorting_strategy='ascending', the results buffer should never have lines beyond the max_results count OR the number of available results, whichever is smaller.

closes #3282

With `sorting_strategy='ascending'`, the results buffer should never
have lines beyond the `max_results` count OR the number of available
results, whichever is smaller.

closes nvim-telescope#3282
@jamestrew jamestrew merged commit b324469 into nvim-telescope:master Sep 23, 2024
12 checks passed
@jamestrew jamestrew deleted the sort-strat-asc-res-clear branch September 23, 2024 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

live_grep: sorting_strategy = "ascending": previous results persisting
1 participant