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
The ag --vimgrep command will produce extra column in the filename line which break the wgrep edit command.
ag --vimgrep
-*- mode:grep; default-directory: "d:/HLMJ_H5_proj/branches/HLMJ_MINA/HLMJ_creator_mina/assets/scripts/" -*- 1 candidates: ./Game/View/TableHandler/UserHandler.js:857:14: this.CheckMJCountCorrect();
If I remove --vimgrep, the changes could be applied successfully.
--vimgrep
I don't know whether it should be fixed in wgrep-emacs or not. I have opened an issue here
wgrep-emacs
PS. on Windows, if I remove the --vimgrep optioin, there is no preview in counsel-ag buffer.
counsel-ag
The text was updated successfully, but these errors were encountered:
counsel--grep-mode-occur: remove column indicators for wgrep.
6605995
Fix abo-abo#1800.
fcbd944
counsel.el (counsel--normalize-grep-match): remove column indicators …
df252a5
…for wgrep. Fixes abo-abo#1800 Fixes abo-abo#1835
No branches or pull requests
The
ag --vimgrep
command will produce extra column in the filename line which break the wgrep edit command.If I remove
--vimgrep
, the changes could be applied successfully.I don't know whether it should be fixed in
wgrep-emacs
or not. I have opened an issue herePS. on Windows, if I remove the
--vimgrep
optioin, there is no preview incounsel-ag
buffer.The text was updated successfully, but these errors were encountered: