Skip to content

Conversation

@marshall-lee
Copy link
Contributor

@marshall-lee marshall-lee commented Oct 23, 2023

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):

  • The commits are consistent with our contribution guidelines
  • The new code is not generating bytecode or M-x checkdoc warnings
  • You've updated the changelog (if adding/changing user-visible functionality)
  • You've updated the readme (if adding/changing user-visible functionality)

Thanks!

@bbatsov
Copy link
Owner

bbatsov commented Oct 23, 2023

Thanks!

@marshall-lee marshall-lee deleted the helm-source-projectile-buffer-fix-remove-current branch October 23, 2023 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sometimes helm-source-projectile-buffers-list incorrectly chooses the buffer to skip

2 participants