From: Oleh Krehel Date: Fri, 22 Apr 2016 18:44:00 +0000 (+0200) Subject: ivy.el (ivy--format-minibuffer-line): Update X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/b3f4db7c24076c39e323d05f0ddf7670bb865660 ivy.el (ivy--format-minibuffer-line): Update Add "counsel-ag counsel-pt" to the special highlight behavior. Re #483 --- diff --git a/ivy.el b/ivy.el index eee341ccf..f664e5dab 100644 --- a/ivy.el +++ b/ivy.el @@ -2440,7 +2440,8 @@ SEPARATOR is used to join the candidates." (defun ivy--format-minibuffer-line (str) (let ((start - (if (and (memq (ivy-state-caller ivy-last) '(counsel-git-grep)) + (if (and (memq (ivy-state-caller ivy-last) + '(counsel-git-grep counsel-ag counsel-pt)) (string-match "^[^:]+:[^:]+:" str)) (match-end 0) 0))