diff options
author | Xuyuan Pang <xuyuanp@gmail.com> | 2025-01-14 07:17:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-13 15:17:23 -0800 |
commit | a4f575abd85e734340ee303daace1a63e5ca9782 (patch) | |
tree | b7c7ad331089a39fe14dea29107dd58b354f169b /runtime/lua/vim/hl.lua | |
parent | 34e2185022ab698827b72751d77e218a1b6b6afe (diff) | |
download | rneovim-a4f575abd85e734340ee303daace1a63e5ca9782.tar.gz rneovim-a4f575abd85e734340ee303daace1a63e5ca9782.tar.bz2 rneovim-a4f575abd85e734340ee303daace1a63e5ca9782.zip |
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.
Diffstat (limited to 'runtime/lua/vim/hl.lua')
0 files changed, 0 insertions, 0 deletions