comparison src/version.c @ 21648:33fec2448697 v8.2.1374

patch 8.2.1374: Vim9: error for assigning empty list to script variable Commit: https://github.com/vim/vim/commit/a71e2633207557c31432c954194078cb6062d04f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 5 15:11:03 2020 +0200 patch 8.2.1374: Vim9: error for assigning empty list to script variable Problem: Vim9: error for assigning empty list to script variable. Solution: Use t_unknown for empty list member. (closes https://github.com/vim/vim/issues/6595)
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Aug 2020 15:15:03 +0200
parents a640bc762196
children 79a8d723a3d2
comparison
equal deleted inserted replaced
21647:03d8640840f5 21648:33fec2448697
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1374,
757 /**/ 759 /**/
758 1373, 760 1373,
759 /**/ 761 /**/
760 1372, 762 1372,
761 /**/ 763 /**/