mirror of
https://github.com/neovim/neovim.git
synced 2026-07-25 02:10:45 +00:00
Problem: After 47aaddfa the max_height option is no longer respected.
Hover documentation and Signature help windows take up the
entire text height.
Solution: Compare to window's current height and only modify the height
if it would reduce the height, not enlarge it.