forked from aniani/vim
patch 8.2.3650: Vim9: for loop variable can be a list member
Problem: Vim9: for loop variable can be a list member. Solution: Check for valid variable name. (closes #9179)
This commit is contained in:
@@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3650,
|
||||
/**/
|
||||
3649,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user