commit | 461a7fcfce3cd6414f990037e6468af3b5ccf119 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 22 13:28:07 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 22 13:28:07 2018 +0100 |
tree | 6498b1cf892206698e8b6951af503f6a953bf5ac | |
parent | 528ccfbaa1cc805f430a750c551e5a9fd7eb54fe [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 1612f9d..b1a28c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 619, +/**/ 618, /**/ 617,