mirror of
https://github.com/neovim/neovim.git
synced 2026-06-21 19:03:30 +00:00
Problem: floaing preview window can be closed by some ex commands like `only` `fclose` which will not clean the bufvar Solution: use WinClosed event with floating_winnr for clean bufnr, and add test cases for vim.lsp.util.open_floating_preview