Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(#3045): wipe scratch buffers for full name and show info popups #3050

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

ngpong
Copy link
Contributor

@ngpong ngpong commented Jan 13, 2025

Fixes #3045

This PR fixes the issue of the [Scratch]-Buffer remaining after closing full-name.lua::show() and require("nvim-tree.api").node.show_info_popup(). Since I’m not sure if it covers all cases, I will add any missing parts in a timely manner. Wishing you have a great day.

Best regards !

Copy link
Member

@alex-courtis alex-courtis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works beautifully, many thanks for your contribution!

@alex-courtis alex-courtis changed the title fix: wipeout buf after closing the functional window fix(#3045): wipe scratch buffers for full name and show info popups Jan 17, 2025
@alex-courtis alex-courtis merged commit fca0b67 into nvim-tree:master Jan 17, 2025
5 checks passed
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.

Question: Why do certain API calls leave a [Scratch] buffer after they finish?
2 participants