forked from weilbith/nvim-code-action-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove buffer name to fix duplicated buffer issues
Apparently it is not possible to get 100% rid of the duplicated buffer issue. Despite all buffers by this plugin should be wiped automatically and also deleted manually, users still have issues. There I'll now remove the buffer naming to prevent this issue. The former mechanisms to clear the buffers remain in place at the buffers should not accumulate over time. But if it happens that a buffer remains existing, it will not interfere anymore with the new one. Due to the over buffer options this should cause no issues to the user despite an unlisted buffer.
- Loading branch information
Showing
5 changed files
with
0 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters