mirror of
https://github.com/neovim/neovim.git
synced 2026-08-15 03:49:28 +00:00
Problem: A winbar-only window with zero text height still occupies one row,
but win_update() returns early on w_view_height == 0 and skips the
vertical separator.
Solution: Also draw the vertical separator in the early return path.