You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ag.el is only lightly maintained these days, as I'm using deadgrep now. If you can suggest why removing --vimgrep will work, I'm happy to accept a PR. Perhaps it's a native window vs cygwin issue?
Until #101 there were several reports of bad highlighting: #97, and #121.
I've updated from 0.47 to master and the results are no longer highlighted in
*ag search*
buffer.My settings:
ag
command from*ag search*
buffer:"ag" "--vimgrep" "--literal" "--group" "--line-number" "--column" "--color" "--color-match" "30;43" "--color-path" "1;32" "--smart-case" "--stats" "--" "ivy" "."
If I revert to 0.47 they're highlighted once again.
ag
command in 0.47:"ag" "--color" "--color-match" "30;43" "--literal" "--line-number" "--smart-case" "--nogroup" "--column" "--stats" "--" "ivy" "."
I'm on 26.2 on Windows.
The text was updated successfully, but these errors were encountered: