bbatsov / helm-projectile

Helm UI for Projectile
329 stars 71 forks source link

Fix helm-resume for helm-projectile-grep #13

Closed lexa closed 8 years ago

lexa commented 8 years ago

helm-resume allows you to restore latest helm session.

When you try to restore after helm-projectile-grep, helm-restore uses helm-sources-grep variable to get list of candidates. Hence helm-source-grep must be used as global variable, to preserve list of candidates for consecutive helm-resume.

bbatsov commented 8 years ago

:+1: