mirror of
https://github.com/neovim/neovim.git
synced 2026-05-13 00:44:42 +00:00
Problem: Messages that are already added to the history are not emitted
as part of the "g<" msg_history_show event.
Solution: Move clearing the history for temporary messages to before
adding a message to the history, rather than after emitting
a message.