1
0
forked from aniani/vim

patch 8.2.3248: Vim9: error message for wrong input uses wrong line number

Problem:    Vim9: error message for wrong input uses wrong line number.
Solution:   Use the line number of the start of the command. (issue #8653)
This commit is contained in:
Bram Moolenaar
2021-07-29 22:25:05 +02:00
parent 77ab4e28a2
commit 921ba52926
3 changed files with 16 additions and 0 deletions

View File

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