forked from aniani/vim
patch 8.2.2770: Vim9: type of loop variable is not used
Problem: Vim9: type of loop variable is not used. Solution: Parse and check the variable type. (closes #8107)
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2770,
|
||||
/**/
|
||||
2769,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user