comparison src/version.c @ 22898:a8bccb0634bc v8.2.1996

patch 8.2.1996: Vim9: invalid error for argument of extend() Commit: https://github.com/vim/vim/commit/193f6201b4d5c76f8dc1faa1dcf369575d93fe3a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 16 20:08:35 2020 +0100 patch 8.2.1996: Vim9: invalid error for argument of extend() Problem: Vim9: invalid error for argument of extend(). Solution: Check if the type could match. (closes https://github.com/vim/vim/issues/7299)
author Bram Moolenaar <Bram@vim.org>
date Mon, 16 Nov 2020 20:15:04 +0100
parents 6145a1232c3a
children 2c1520981e63
comparison
equal deleted inserted replaced
22897:09b160140ca3 22898:a8bccb0634bc
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 1996,
753 /**/ 755 /**/
754 1995, 756 1995,
755 /**/ 757 /**/
756 1994, 758 1994,
757 /**/ 759 /**/