Merge pull request #1331 from flatwhatson/swiper-isearch-flx

Disable fuzzy-matching for swiper-isearch
This commit is contained in:
Henrik Lissner 2019-04-16 15:04:44 -04:00 committed by GitHub
commit 0ea0486d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,6 +261,7 @@ immediately runs it on the current candidate (ending the ivy session)."
(counsel-rg . ivy--regex-plus)
(counsel-grep . ivy--regex-plus)
(swiper . ivy--regex-plus)
(swiper-isearch . ivy--regex-plus)
(t . ivy--regex-fuzzy))
ivy-initial-inputs-alist nil))