emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 0bf94f8 156/399: ivy.el (ivy--occur-press-update-window):


From: Oleh Krehel
Subject: [elpa] master 0bf94f8 156/399: ivy.el (ivy--occur-press-update-window): Add swiper-isearch
Date: Sat, 20 Jul 2019 14:57:14 -0400 (EDT)

branch: master
commit 0bf94f814a60cb396fefbc5fae57ba625efa83e4
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    ivy.el (ivy--occur-press-update-window): Add swiper-isearch
---
 ivy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index 974bf22..862f660 100644
--- a/ivy.el
+++ b/ivy.el
@@ -4458,7 +4458,7 @@ EVENT gives the mouse position."
 
 (defun ivy--occur-press-update-window ()
   (cl-case (ivy-state-caller ivy-occur-last)
-    ((swiper counsel-git-grep counsel-grep counsel-ag counsel-rg)
+    ((swiper swiper-isearch counsel-git-grep counsel-grep counsel-ag 
counsel-rg)
      (let ((window (ivy-state-window ivy-occur-last))
            (buffer (ivy-state-buffer ivy-occur-last)))
        (when (and (or (not (window-live-p window))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]