commit | db950e4c0318c084c31bc7b50665284f4a47c285 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 22 19:13:19 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 22 19:13:19 2020 +0200 |
tree | 8fa34b37c732b7ab94fa0b2408c2b66f4d5876e0 | |
parent | d2662ad2de40e68999198150024531c91fece16c [diff] [blame] |
patch 8.2.0618: echoing a null list results in no output Problem: Echoing a null list results in no output. (Yegappan Lakshmanan) Solution: Return "[]" instead of NULL in echo_string_core().
diff --git a/src/version.c b/src/version.c index b7958da..c080084 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 618, +/**/ 617, /**/ 616,