1
0
forked from aniani/vim

patch 8.2.3707: Vim9: constant expression of elseif not recognized

Problem:    Vim9: constant expression of elseif not recognized.
Solution:   Set instruction count before generating the expression.
This commit is contained in:
Bram Moolenaar
2021-11-30 20:57:38 +00:00
parent 42eba04522
commit 90770b746e
3 changed files with 37 additions and 7 deletions

View File

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