bbatsov / helm-projectile

Helm UI for Projectile
327 stars 71 forks source link

Some change in the last week has broken helm-projectile Projectile Files area from showing files under a top level dir #99

Closed ahungry closed 5 years ago

ahungry commented 6 years ago

If I run helm-projectile in a project with sub-directories, and attempt to match on a partial name match (such as 'repo'), it will exclude all non-top level candidates from the list.

Similar behavior is not shown under plain old projectile-find-file

farva commented 6 years ago

Happens to me as well. I would say that it's the initial candidates list shown in the helm window that is built only from top-level files.

ahungry commented 6 years ago

@xiongtx this was from something you committed recently I believe

xiongtx commented 6 years ago

By helm-projectile, do you mean helm-projectile-file? If so, I cannot reproduce.