mirror of
https://github.com/neovim/neovim.git
synced 2026-03-31 12:52:13 +00:00
Problem: nvim_echo()->kind memory may be used after it is freed with :messages. Solution: Copy and free message kind string in message history.