abo-abo / swiper

Ivy - a generic completion frontend for Emacs, Swiper - isearch with an overview, and more. Oh, man!
https://oremacs.com/swiper/
2.3k stars 338 forks source link

highlight missing when use ivy--regex-ignore-order #2976

Open haoisli9 opened 2 years ago

haoisli9 commented 2 years ago

I set ivy-re-builders-alist to ivy--regex-ignore-order, it can filter the cands with multiple keys. but the highlight can only be forward. for example, abcdefgh, when I type de, gh, the degh highlight correctly. but when I type ab, ab can not be highlighted. I think maybe it is a bug?

Thanks.