fix disable ivy fuzzy in swiper and counsel-grep

This commit is contained in:
fuxialexander 2018-06-25 14:15:00 +08:00
parent c8de34fb55
commit 6a15db7e00

View file

@ -216,7 +216,8 @@ immediately runs it on the current candidate (ending the ivy session)."
'((counsel-ag . ivy--regex-plus) '((counsel-ag . ivy--regex-plus)
(counsel-rg . ivy--regex-plus) (counsel-rg . ivy--regex-plus)
(counsel-pt . 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)) (t . ivy--regex-fuzzy))
ivy-initial-inputs-alist nil)) ivy-initial-inputs-alist nil))