1
0
forked from aniani/vim

patch 8.2.4675: no error for missing expression after :elseif

Problem:    No error for missing expression after :elseif. (Ernie Rael)
Solution:   Check for missing expression. (closes #10068)
This commit is contained in:
Bram Moolenaar
2022-04-03 16:13:07 +01:00
parent c4cb544cd5
commit fa010cdfb1
3 changed files with 18 additions and 1 deletions

View File

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