branch: master commit 7ff3dd9ce87c5d118811951ea2f49660e4e52859 Author: killdash9 <killdash9> Commit: killdash9 <killdash9>
Need to check value of variable --- swiper.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/swiper.el b/swiper.el index 8975136..af6dc04 100644 --- a/swiper.el +++ b/swiper.el @@ -119,7 +119,7 @@ When non-nil, INITIAL-INPUT is the initial search pattern." (interactive) (setq swiper--opoint (point)) - (if (and (eq 'swiper-completion-method 'helm) + (if (and (eq swiper-completion-method 'helm) (featurep 'helm)) (swiper--helm initial-input) (swiper--ivy initial-input)))