comparison src/version.c @ 20126:831b1ea43020 v8.2.0618

patch 8.2.0618: echoing a null list results in no output Commit: https://github.com/vim/vim/commit/db950e4c0318c084c31bc7b50665284f4a47c285 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 22 19:13:19 2020 +0200 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().
author Bram Moolenaar <Bram@vim.org>
date Wed, 22 Apr 2020 19:15:04 +0200
parents b35d52e002cd
children 0b35a7ffceb2
comparison
equal deleted inserted replaced
20125:4d065d193bf6 20126:831b1ea43020
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 618,
749 /**/ 751 /**/
750 617, 752 617,
751 /**/ 753 /**/
752 616, 754 616,
753 /**/ 755 /**/