branch: master
commit 4a3d0bec6b7f4c08f4807946eafd69bb86b83dfa
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
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)