-
-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: utilize bufhidden=wipe instead of forcibly deleting buffer (#238)
This fixes issues with autocmds such as `WinLeave` not firing, presumable due to the fact that the floating window gets disposed of when its buffer is deleted. This breaks plugins such as [tint.nvim][tint.nvim] who rely on `WinLeave` to function properly. [tint.nvim]: levouh/tint.nvim#38
- Loading branch information
1 parent
98c7ae9
commit 972a7dc
Showing
2 changed files
with
1 addition
and
1 deletion.
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