comparison src/version.c @ 23254:4b7e996354e0 v8.2.2173

patch 8.2.2173: Vim9: get internal error when assigning to undefined variable Commit: https://github.com/vim/vim/commit/52c124d3303d3cc3e4504708881906d17d6d6c55 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 20 21:43:35 2020 +0100 patch 8.2.2173: Vim9: get internal error when assigning to undefined variable Problem: Vim9: get internal error when assigning to undefined variable. Solution: Add error message. (closes https://github.com/vim/vim/issues/7475)
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Dec 2020 21:45:04 +0100
parents 35583da6397e
children b7697fb567ea
comparison
equal deleted inserted replaced
23253:fe74b64d34e4 23254:4b7e996354e0
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 2173,
753 /**/ 755 /**/
754 2172, 756 2172,
755 /**/ 757 /**/
756 2171, 758 2171,
757 /**/ 759 /**/