forked from aniani/vim
patch 8.2.3649: Vim9: error for variable declared in while loop
Problem: Vim9: error for variable declared in while loop. Solution: Do not keep the first variable. (closes #9191)
This commit is contained in:
@@ -757,6 +757,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3649,
|
||||
/**/
|
||||
3648,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user