You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing a new fuzzy matching algorithm and I want to use it with ivy, but I found ivy--sort-flx will has highest priority in sorting functions when flx is installed and regex function is ivy--regex-fuzzy
Maybe allow custom sorting function to override ivy--sort-flx is better.
The text was updated successfully, but these errors were encountered:
cireu
changed the title
Should custom sorting function has higher priority than ivy--flx-sort
Should custom sorting function has higher priority than ivy--flx-sort?
Jul 14, 2019
I'm testing a new fuzzy matching algorithm and I want to use it with ivy, but I found
ivy--sort-flx
will has highest priority in sorting functions when flx is installed and regex function isivy--regex-fuzzy
https://github.com/abo-abo/swiper/blob/master/ivy.el#L3285
Maybe allow custom sorting function to override
ivy--sort-flx
is better.The text was updated successfully, but these errors were encountered: