mirror of
https://github.com/neovim/neovim.git
synced 2026-01-21 04:31:51 +10:00
Problem: After aborting an Ex command g< does not work. (Marcin
Szamotulski)
Solution: Postpone clearing scrollback messages to until the command line
has been entered. Also fix that the screen isn't redrawn if after
g< the command line is cancelled.
f2405ed232