bbatsov / helm-projectile

Helm UI for Projectile
327 stars 71 forks source link

Correctly remove current buffer from helm-source-projectile-buffers-list #178

Closed marshall-lee closed 9 months ago

marshall-lee commented 9 months ago

Sometimes, the first element in projectile-project-buffer-names is not actually a current buffer so just replace (cdr ... with (remove (buffer-name) ....

Fixes #176


Before submitting a PR make sure the following things have been done (and denote this by checking the relevant checkboxes):

Thanks!

bbatsov commented 9 months ago

Thanks!