bbatsov / helm-projectile

Helm UI for Projectile
327 stars 71 forks source link

Fix interactive options. #140

Closed eamonnsullivan closed 4 years ago

eamonnsullivan commented 4 years ago

The "D" interactive option sets the default directory for the function, which I don't think you want to do here. The projectile-project-root isn't found in this case.

Instead of this patch, you can also just revert commit fe33a15.

eamonnsullivan commented 4 years ago

https://github.com/bbatsov/helm-projectile/issues/139

bbatsov commented 4 years ago

Thanks! I opted to do a revert, as it's easier to understand this way we undid some specific change.