1
0
forked from aniani/vim

patch 8.2.1528: Vim9: :endif not found after "if false"

Problem:    Vim9: :endif not found after "if false".
Solution:   When skipping still check for a following command. (closes #6797)
This commit is contained in:
Bram Moolenaar
2020-08-27 22:43:03 +02:00
parent 601e76ac3c
commit 3988f64f9d
3 changed files with 30 additions and 19 deletions

View File

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