1
0
forked from aniani/vim

patch 8.2.3165: Vim9: in a || expression the error line number may be wrong

Problem:    Vim9: in a || expression the error line number may be wrong.
Solution:   Save and restore the line number when checking the type.
            (closes #8569)
This commit is contained in:
Bram Moolenaar
2021-07-15 15:40:58 +02:00
parent 0894e0d808
commit 9e60e899ee
3 changed files with 12 additions and 0 deletions

View File

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