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

Commits on Nov 21, 2023

  1. counsel--async-command-1: Immediately update minibuffer after spawning

    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.
    bcc32 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    375a055 View commit details
    Browse the repository at this point in the history