1
0
forked from aniani/vim

patch 8.2.3126: Vim9: for loop error reports wrong line number

Problem:    Vim9: for loop error reports wrong line number.
Solution:   Save and restore the line number when evaluating the expression.
            (closes #8514)
This commit is contained in:
Bram Moolenaar
2021-07-08 19:22:12 +02:00
parent 09f688c33a
commit d4ab807d62
3 changed files with 8 additions and 0 deletions

View File

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