mirror of
https://github.com/neovim/neovim.git
synced 2026-02-10 05:48:45 +00:00
Problem: Internal messages do not have an ID, which is unexpected and
undocumented.
Solution: Always assign a msg_id to msg_show events, simplifying
logic/expectations for UIs.