branch: master
commit 027fbac219d8feaf126c0f8deca8220f03cc223c
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
swiper.el (swiper-multi-action-2): Fix swiper-all
Fixes #581
---
swiper.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/swiper.el b/swiper.el
index 422249f..6644afb 100644
--- a/swiper.el
+++ b/swiper.el
@@ -734,7 +734,7 @@ Run `swiper' for those buffers."
(delete-minibuffer-contents))))
(defun swiper-multi-action-2 (x)
- (let ((buf-space (get-text-property (1- (length x)) 'swiper-line-number x)))
+ (let ((buf-space (get-text-property (1- (length x)) 'display x)))
(with-ivy-window
(when (string-match "\\` *\\([^ ]+\\)\\'" buf-space)
(switch-to-buffer (match-string 1 buf-space))