mirror of
https://github.com/neovim/neovim.git
synced 2026-05-29 08:15:36 +00:00
Problem: OptionSet autocmd emitted with invalid grids after entering
tabpage with different 'cmdheight'.
Solution: First call `tabpage_check_windows()` before changing 'cmdheight'.
Add a test that exercises the `vim._extui` cmdline.