neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 3b85046ed5f257cdd16aba32a95ac7d4849293b0
parent 8af2aea24f9f33ba2eaa03d548295267bdd02024
Author: luukvbaal <luukvbaal@gmail.com>
Date:   Wed, 18 Jun 2025 07:54:49 +0200

fix(messages): "list_cmd" kind for :command, :version (#34529)

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.