mirror of
https://github.com/neovim/neovim.git
synced 2026-02-24 19:31:25 +10:00
Problem: When 'winminheight' is zero and the window height is set to
zero, the actual height is clamped whereas the stored config
value is not. Reciprocal window configuration through
nvim_win_get_config() then results in an error.
Solution: Also clamp the stored dimensions in the window config.
423 KiB
423 KiB