Files
neovim/runtime/lua/vim/lsp
Xuyuan Pang b0b383bff9 fix(lsp): minimum height for floating popup #31990
Problem:
The floating window for hover and signature help always cuts off a few lines,
because the `_make_floating_popup_size` function counts empty lines as having
zero height.

Solution:
Ensure the height is at least 1.

(cherry picked from commit a4f575abd8)
2025-01-14 12:36:42 +00:00
..
2024-03-06 16:03:33 +00:00
2024-02-27 14:41:17 +00:00