]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0618: echoing a null list results in no output v8.2.0618
authorBram Moolenaar <Bram@vim.org>
Wed, 22 Apr 2020 17:13:19 +0000 (19:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 22 Apr 2020 17:13:19 +0000 (19:13 +0200)
commitdb950e4c0318c084c31bc7b50665284f4a47c285
tree8fa34b37c732b7ab94fa0b2408c2b66f4d5876e0
parentd2662ad2de40e68999198150024531c91fece16c
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().
src/eval.c
src/testdir/test_messages.vim
src/version.c