Files
neovim/runtime/lua/vim/lsp
Xuyuan Pang a4f575abd8 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.
2025-01-13 15:17:23 -08:00
..
2024-12-07 16:58:40 +00:00
2025-01-11 10:34:12 +01:00