mirror of
https://github.com/neovim/neovim.git
synced 2026-03-29 03:42:11 +00:00
Problem: A message ending in an unprintable character may emit a
msg_show event with the "empty" kind. No empty message event
for echom "".
Solution: Adjust conditions for emitting "empty" msg_show events.