bbatsov / helm-projectile

Helm UI for Projectile
327 stars 71 forks source link

helm-projectile-find-file stops matching if matches at a higher directory are found #89

Closed ahungry closed 6 years ago

ahungry commented 6 years ago

Expected behavior

If I run helm-projectile-find-file on a project with structure such as:

LICENSE
src/file.lisp

and search the term li, the only candidate listed is LICENSE.

I would expect both to be listed (src/file.lisp won't be listed until typing at least 'lis', to invalidate the candidate match on LICENSE).

ahungry commented 6 years ago

Setting (setq helm-projectile-fuzzy-match nil) fixes the issue, so this is likely some type of problem related to the fuzzy matcher.

xiongtx commented 6 years ago

Cannot reproduce w/ helm-projectile-fuzzy-match as t and helm-projectile 20180228.1125.

Can you update to latest helm / helm-projectile and try again?

ahungry commented 6 years ago

I can't reproduce either, but this new issue is now present: https://github.com/bbatsov/helm-projectile/issues/99