mirror of
https://github.com/neovim/neovim.git
synced 2026-08-25 08:31:51 +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.