Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to use the appropriate flx cache #2817

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 27, 2021

  1. Try to use the appropriate flx cache

    * ivy.el: Avoid registering eval-after-load hooks or unconditionally
    loading flx at load time.
    (ivy--flx-featurep): Turn variable into "thunk" function that only
    tries loading flx once when actually needed.  All uses changed.
    (ivy-flx-cache): New escape hatch variable affording users control
    over the default flx cache used.
    (ivy--flx-cache): Turn variable into function that chooses between
    types of flx cache subject to ivy--completing-fname-p and
    ivy-flx-cache.  All uses changed.
    (ivy-flx-limit): Improve docstring style.
    (ivy-toggle-fuzzy): Quote function symbols as such.
    
    Fixes abo-abo#2816.
    basil-conto committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    6d00c78 View commit details
    Browse the repository at this point in the history