mirror of
https://github.com/neovim/neovim.git
synced 2026-03-03 23:02:36 +10: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.