bling / fzf.el

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

Search in current directory if not in project #5

Closed avli closed 8 years ago

avli commented 8 years ago

This patch fixes wrong (really, don't think it was made by design) plugin behavior when projectile is installed but fzf is called outside a project. In this case projectile returns an error and fzf fails to start. Applying this patch will make fzf to search in the current buffer directory in case projectile-project-root function returns error.

bling commented 8 years ago

thanks.