When using frog-jump-buffer-filter-same-project in a buffer outside a project with frog-jump-buffer-project-package set to 'project, an error is raised due to nil from (project-current) being passed to project-buffers.
I guess this should have the same nil check that's in the projectile version of the code.
When using
frog-jump-buffer-filter-same-project
in a buffer outside a project withfrog-jump-buffer-project-package
set to'project
, an error is raised due to nil from(project-current)
being passed toproject-buffers
.I guess this should have the same nil check that's in the projectile version of the code.