mirror of
https://github.com/neovim/neovim.git
synced 2026-01-28 15:46:05 +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