0
0
mirror of https://github.com/vim/vim.git synced 2025-10-17 07:44:28 -04:00

patch 8.2.4285: Vim9: type of item in for loop not checked properly

Problem:    Vim9: type of item in for loop not checked properly.
Solution:   Adjust the type checking. (closes #9683)
This commit is contained in:
Bram Moolenaar
2022-02-02 16:20:26 +00:00
parent ab8f7c50cf
commit a1c5195180
5 changed files with 23 additions and 9 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4285,
/**/
4284,
/**/