1
0
forked from aniani/vim

patch 8.2.2288: Vim9: line break and comment not always skipped

Problem:    Vim9: line break and comment not always skipped.
Solution:   Skip over white space and then line break more consistently.
            (closes #7610)
This commit is contained in:
Bram Moolenaar
2021-01-03 18:33:13 +01:00
parent cec77d4530
commit 5afd081cd3
3 changed files with 22 additions and 23 deletions

View File

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