Files
neovim/runtime/lua/vim/lsp
Donatas 44b8255fa2 fix(lsp): close floating preview window correctly #34946
Problem:
After 28b7c2d (found with bisect) the hover preview window does not
close when :edit'ing another file, even when you move the cursor.

Solution:
Change the BufLeave to target the original buffer, not the preview
buffer.

(cherry picked from commit ace254c9ff)
2025-07-16 03:46:59 +00:00
..
2025-02-17 17:52:55 -08:00
2025-04-27 23:00:36 +00:00