mirror of
https://github.com/neovim/neovim.git
synced 2026-03-27 02:42:00 +00:00
Problem: Ruler is not cleared from the screen/ext_messages state when
it is no longer drawn after e.g. `set noruler` or when moving
from a floating to a regular window.
Solution: Remember if ruler was drawn and clear it.