1
0
forked from aniani/vim

patch 8.2.1392: Vim9: line number incorrect after skipping over comment lines

Problem:    Vim9: error line number incorrect after skipping over comment
            lines.
Solution:   Insert empty lines for skipped lines.
This commit is contained in:
Bram Moolenaar
2020-08-08 14:26:31 +02:00
parent fa211f3c6d
commit bf8feb5aeb
3 changed files with 55 additions and 0 deletions

View File

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