Skip to content

Regression: master doesn't highlight results #162

@joca-bt

Description

@joca-bt

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions