mirror of
https://github.com/neovim/neovim.git
synced 2026-07-11 11:59:43 +00:00
Problem: Changing global 'winbar' only updates window layout state in the current tabpage. This means existing hidden tabs can keep stale winbar height. Solution: Recompute winbar state for all tabpages on global `'winbar'` changes.