mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 18:36:48 +00:00
Problem: No ext_messages kind for the :command, :version commands.
:version is emitted as multiple events.
Solution: Assign them the "list_cmd" kind. Use `msg_put*` to properly
format the message as a single event.