comparison src/version.c @ 26765:e5fdd48c442b v8.2.3911

patch 8.2.3911: Vim9: type check for filter() does not accept unknown Commit: https://github.com/vim/vim/commit/ef8f04b1d1daf2e0be8fa38dedcae84ebfc5ffb4 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 27 12:29:19 2021 +0000 patch 8.2.3911: Vim9: type check for filter() does not accept unknown Problem: Vim9: type check for filter() does not accept unknown. Solution: Also accept unknown for the return type. (closes https://github.com/vim/vim/issues/9413)
author Bram Moolenaar <Bram@vim.org>
date Mon, 27 Dec 2021 13:30:03 +0100
parents 9cb27a68a01b
children 84d56c5b7f2b
comparison
equal deleted inserted replaced
26764:dc416a3203d1 26765:e5fdd48c442b
747 NULL 747 NULL
748 }; 748 };
749 749
750 static int included_patches[] = 750 static int included_patches[] =
751 { /* Add new patch number below this line */ 751 { /* Add new patch number below this line */
752 /**/
753 3911,
752 /**/ 754 /**/
753 3910, 755 3910,
754 /**/ 756 /**/
755 3909, 757 3909,
756 /**/ 758 /**/