mirror of
https://github.com/neovim/neovim.git
synced 2026-02-06 20:41:53 +10:00
Redrawing of 'statusline' and 'winbar' are actually already inhibited by RedawingDisabled in Ex mode. In Vim there is a check for `msg_scrolled == 0` (which is false in Ex mode) since Vim doesn't have msgsep. Add a `!exmode_active` check here in Nvim instead.
42 KiB
42 KiB