helm-flx
helm-flx copied to clipboard
:twisted_rightwards_arrows: Flx-based fuzzy sorting for helm
Fix following byte-compile warnings. ``` helm-flx.el:243:1:Warning: the following functions might not be defined at runtime: flx-make-filename-cache, flx-score, helm-fuzzy-matching-default-sort-fn, helm-fuzzy-default-highlight-match, helm-basename ```
Using `flx` sorting but traditional helm matching may not actually be a bad idea.
Currently, `flx-score` is called twice on each candidate, once for highlighting and once for sorting. This is obviously not ideal. It would be nice to find a way to reuse...