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
File:
Prefix File: breaks jumping to file
When i search with ag mode and press Enter on any file instead of jumping to the file i get this:
Enter
When i remove the File: prefix from https://github.com/Wilfred/ag.el/blob/master/ag.el#L656 everything works as expected
On my machine, the output of ag --version is:
ag --version
ag version 2.2.0 Features: +jit +lzma +zlib
My Emacs version is: 26.3
I'm using: Debian GNU/Linux buster
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Prefix
File:
breaks jumping to fileWhen i search with ag mode and press
Enter
on any file instead of jumping to the file i get this:When i remove the
File:
prefix from https://github.com/Wilfred/ag.el/blob/master/ag.el#L656 everything works as expectedOn my machine, the output of
ag --version
is:My Emacs version is: 26.3
I'm using: Debian GNU/Linux buster
The text was updated successfully, but these errors were encountered: