-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
I've updated from 0.47 to master and the results are no longer highlighted in *ag search* buffer.
My settings:
(setq ag-highlight-search t
ag-reuse-buffers t)
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.
ag version 2.2.0
Features:
+jit +lzma +zlib
Metadata
Metadata
Assignees
Labels
No labels