branch: master
commit 7bb532093b4f6bd65c601fdca675eb09ba93a647
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    swiper.el (swiper--helm): Require helm-match-plugin
    
    This seems to be necessary after a recent helm update.
---
 swiper.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/swiper.el b/swiper.el
index 10f06a4..6d889dd 100644
--- a/swiper.el
+++ b/swiper.el
@@ -158,6 +158,7 @@ When non-nil, INITIAL-INPUT is the initial search pattern."
 When non-nil, INITIAL-INPUT is the initial search pattern."
   (interactive)
   (require 'helm)
+  (require 'helm-match-plugin)
   (swiper--init)
   (unwind-protect
        (let ((helm-display-function

Reply via email to