comparison src/version.c @ 23050:50442f932ff7 v8.2.2071

patch 8.2.2071: Vim9: list assign doesn't except empty remainder list Commit: https://github.com/vim/vim/commit/da7c20c9531739bdefa9d4418e6765fb181066e9 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 30 21:12:19 2020 +0100 patch 8.2.2071: Vim9: list assign doesn't except empty remainder list Problem: Vim9: list assign doesn't except empty remainder list. Solution: Recognize list assignment with ";".
author Bram Moolenaar <Bram@vim.org>
date Mon, 30 Nov 2020 21:15:04 +0100
parents ad674a98058a
children 9775df18916b
comparison
equal deleted inserted replaced
23049:0741c52bf919 23050:50442f932ff7
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2071,
753 /**/ 755 /**/
754 2070, 756 2070,
755 /**/ 757 /**/
756 2069, 758 2069,
757 /**/ 759 /**/