mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16:09 +00:00

In non-multigrid UI the only change is that the returned height now excludes winbar, and this is compatible with Vim. In multigrid UI this means the return value of these functions now reflect the space available for buffer lines in a window. No change in nvim_win_get_height() and nvim_win_get_width().