Merge pull request #723 from fuxialexander/fix-ivy-fuzzy

Fix disable ivy fuzzy search in counsel-grep and swiper
This commit is contained in:
Henrik Lissner 2018-06-25 15:02:41 +02:00 committed by GitHub
commit 2f63c5fa47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -217,7 +217,8 @@ immediately runs it on the current candidate (ending the ivy session)."
'((counsel-ag . ivy--regex-plus)
(counsel-rg . ivy--regex-plus)
(counsel-pt . ivy--regex-plus)
(counsel-grep-or-swiper . ivy--regex-plus)
(counsel-grep . ivy--regex-plus)
(swiper . ivy--regex-plus)
(t . ivy--regex-fuzzy))
ivy-initial-inputs-alist nil))