1
0
forked from aniani/vim

patch 8.2.2395: Vim9: error for wrong type may report wrong line number

Problem:    Vim9: error for wrong type may report wrong line number.
Solution:   Save and restore the line number when evaluating the expression.
            (closes #7727)
This commit is contained in:
Bram Moolenaar
2021-01-23 13:39:14 +01:00
parent 9ae3705b6e
commit 9a562c184d
3 changed files with 11 additions and 0 deletions

View File

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