Skip to content

Conversation

@slg95
Copy link
Contributor

@slg95 slg95 commented Jan 5, 2026

Description

After a long session of AI assisted activities, I noticed quite a few hidden buffers still open from MCPHub for all of the confirmation windows. Not a huge performance problem, but it makes it clutters the hidden buffers menus and makes it harder to find the actual hidden buffers I might be looking for. Since these buffers are not used again, it's a bit of a memory leak to not clean them up.

Checklist

  • I've read the contributing guidelines and have adhered to them in this PR
  • I've updated the README and/or relevant docs pages
  • I've run make test to ensure all tests pass
  • I've run make format to format the code
  • I've run make docs to update the vimdoc pages

slg95 added 3 commits January 5, 2026 10:22
THe confirmation buffers are unlisted, but never deleted.
These buffers configured with "bufhidden" "wipe", which should clean
them up after the buffer is hidden anyway. This is just an extra check
to be sure they are cleaned up.
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.

1 participant