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

counsel--async-command-1: Immediately update minibuffer after spawning #2

Merged
merged 1 commit into from
Jul 6, 2024

Conversation

kiennq
Copy link
Owner

@kiennq kiennq commented Jul 6, 2024

This fixes an issue in counsel-rg and related commands where, if the user quickly types some string that does not have any grep results, and the search takes a long time, then the candidates list will say "1 more chars" while ripgrep is already running and won't be updated until ripgrep exits.

This fixes an issue in counsel-rg and related commands where, if the
user quickly types some string that does not have any grep results,
and the search takes a long time, then the candidates list will say "1
more chars" while ripgrep is already running and won't be updated
until ripgrep exits.
@kiennq kiennq merged commit 3a9fb49 into kiennq:master Jul 6, 2024
12 of 13 checks passed
kiennq added a commit that referenced this pull request Jul 6, 2024
#2)

This fixes an issue in counsel-rg and related commands where, if the
user quickly types some string that does not have any grep results,
and the search takes a long time, then the candidates list will say "1
more chars" while ripgrep is already running and won't be updated
until ripgrep exits.

Co-authored-by: Aaron L. Zeng <[email protected]>
kiennq added a commit that referenced this pull request Jul 6, 2024
#2)

This fixes an issue in counsel-rg and related commands where, if the
user quickly types some string that does not have any grep results,
and the search takes a long time, then the candidates list will say "1
more chars" while ripgrep is already running and won't be updated
until ripgrep exits.

Co-authored-by: Aaron L. Zeng <[email protected]>
kiennq added a commit that referenced this pull request Aug 31, 2024
#2)

This fixes an issue in counsel-rg and related commands where, if the
user quickly types some string that does not have any grep results,
and the search takes a long time, then the candidates list will say "1
more chars" while ripgrep is already running and won't be updated
until ripgrep exits.

Co-authored-by: Aaron L. Zeng <[email protected]>
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.

2 participants