mirror of
https://github.com/neovim/neovim.git
synced 2026-05-17 10:40:01 +00:00
Problem: Exception error message only prints the first chunk of a
multi-chunk nvim_echo() message.
Solution: Concatenate consecutive message chunks in the exception
message list.