mirror of
https://github.com/neovim/neovim.git
synced 2026-05-15 17:54:48 +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.