1
0
forked from aniani/vim

patch 9.0.0869: bogus error when string used after :elseif

Problem:    Bogus error when string used after :elseif.
Solution:   Do not consider a double quote the start of a comment.
            (closes #11534)
This commit is contained in:
Bram Moolenaar
2022-11-12 23:12:55 +00:00
parent 1140b51e83
commit 28c56d5013
3 changed files with 14 additions and 1 deletions

View File

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