]> granicus.if.org Git - vim/commit
patch 8.1.0619: :echomsg and :echoerr do not handle List and Dict v8.1.0619
authorBram Moolenaar <Bram@vim.org>
Sat, 22 Dec 2018 12:28:07 +0000 (13:28 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 22 Dec 2018 12:28:07 +0000 (13:28 +0100)
commit461a7fcfce3cd6414f990037e6468af3b5ccf119
tree6498b1cf892206698e8b6951af503f6a953bf5ac
parent528ccfbaa1cc805f430a750c551e5a9fd7eb54fe
patch 8.1.0619: :echomsg and :echoerr do not handle List and Dict

Problem:    :echomsg and :echoerr do not handle List and Dict like :echo does.
            (Daniel Hahler)
Solution:   Be more tolerant about the expression result type.
runtime/doc/eval.txt
src/eval.c
src/evalfunc.c
src/message.c
src/proto/eval.pro
src/proto/evalfunc.pro
src/testdir/test_messages.vim
src/version.c