mirror of
https://github.com/neovim/neovim.git
synced 2026-02-10 05:48:45 +00:00
Problem: UI2 does not implement the msg_show event msg_id parameter.
Solution: Store message IDs currently shown in the cmd/msg buffers.
Set extmarks spanning the message which are used to replace
a still visible message when a new message with the same ID
is received.