1
0
forked from aniani/vim

patch 8.2.3312: Vim9: after "if false" line breaks in expression not skipped

Problem:    Vim9: after "if false" line breaks in expression not skipped.
Solution:   Do parse the expression. (closes #8723)
This commit is contained in:
Bram Moolenaar
2021-08-07 18:12:40 +02:00
parent dae453f339
commit e525bdda3a
3 changed files with 12 additions and 4 deletions

View File

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