1
0
forked from aniani/vim

patch 9.0.0459: Vim9: block in for loop doesn't behave like a code block

Problem:    Vim9: block in for loop doesn't behave like a code block.
Solution:   Use a new block ID for each loop at the script level.
This commit is contained in:
Bram Moolenaar
2022-09-13 21:10:45 +01:00
parent 3b93cf218f
commit 353b68a991
3 changed files with 21 additions and 6 deletions

View File

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