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

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

[elpa] master 4a3d0be 01/90: swiper.el (swiper-avy): Use only the curren


From: Oleh Krehel
Subject: [elpa] master 4a3d0be 01/90: swiper.el (swiper-avy): Use only the current window
Date: Tue, 30 Jun 2015 07:27:55 +0000

branch: master
commit 4a3d0bec6b7f4c08f4807946eafd69bb86b83dfa
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    swiper.el (swiper-avy): Use only the current window
    
    Fixes #117
---
 swiper.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/swiper.el b/swiper.el
index 2f95a31..6f98989 100644
--- a/swiper.el
+++ b/swiper.el
@@ -113,7 +113,8 @@
   "Jump to one of the current swiper candidates."
   (interactive)
   (with-selected-window (ivy-state-window ivy-last)
-    (let* ((candidates
+    (let* ((avy-all-windows nil)
+           (candidates
             (avy--regex-candidates
              (ivy--regex ivy-text)))
            (avy-background nil)



reply via email to

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