We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
just upgraded ivy/counsel from MELPA.
Now whenever I try M-x counsel-grep, I get no candidates.
I am running GNU Emacs 27.0.50 (build 1, x86_64-debian-linux-gnu, GTK+ Version 3.18.9) of 2017-10-31.
If you need other tests or info, feel free to ask.
The text was updated successfully, but these errors were encountered:
What's your counsel-grep-base-command? Can you reproduce with make plain?
counsel-grep-base-command
make plain
Sorry, something went wrong.
This is my counsel-grep-base-command:
rg -i -M 120 --no-heading --line-number --color never %s
I see if can reproduce with make plain.
Wait, already fixed it by changing counsel-grep-base-command to:
rg -i -M 120 --no-heading --line-number --color never %s %s
No branches or pull requests
Hi,
just upgraded ivy/counsel from MELPA.
Now whenever I try M-x counsel-grep, I get no candidates.
I am running GNU Emacs 27.0.50 (build 1, x86_64-debian-linux-gnu, GTK+ Version 3.18.9) of 2017-10-31.
If you need other tests or info, feel free to ask.
The text was updated successfully, but these errors were encountered: