1
0
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:
Bram Moolenaar
2021-04-15 21:48:32 +02:00
parent 6bc00699c5
commit fe090eb58f
3 changed files with 35 additions and 5 deletions

View File

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