branch: master
commit 112c5ba0df7deea11b3e91b5db3990d693eb5b72
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    ivy.el (ivy-occur-press): Highlights for more commands
---
 ivy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index f222362..f33f23d 100644
--- a/ivy.el
+++ b/ivy.el
@@ -3863,7 +3863,7 @@ EVENT gives the mouse position."
                      (assoc str coll)
                    str))
         (if (memq (ivy-state-caller ivy-last)
-                  '(swiper counsel-git-grep counsel-grep))
+                  '(swiper counsel-git-grep counsel-grep counsel-ag 
counsel-rg))
             (with-current-buffer (window-buffer (selected-window))
               (swiper--cleanup)
               (swiper--add-overlays

Reply via email to