bling / fzf.el

A front-end for fzf
GNU General Public License v3.0
364 stars 49 forks source link

fzf is not working when not in project directory. #42

Closed tttuuu888 closed 3 years ago

tttuuu888 commented 5 years ago

When not in project directory, M-x fzf shows below error.

Wrong type argument: stringp, nil

I thinks this is due to recent update of projectile-project-root function.(projectile issue 1304)

My fzf version is fzf-20180619.145

tttuuu888 commented 5 years ago

Well, I didn't mention this, but of course this is the case when user has installed latest projectile package. If we need to consider compatibility for older version of projectile, we may need another solution though.

benneti commented 5 years ago

can confirm that the PR fixes this issue for me