mirror of
https://github.com/neovim/neovim.git
synced 2026-09-01 20:03:47 +00:00
Problem: When 'cmdheight' is 0, the MsgSeparator can obscure the statusline when a message is displayed, making its contents disappear until the next redraw. Solution: Skip the separator when 'cmdheight=0' available.