1
0
forked from aniani/vim

patch 8.2.4873: Vim9: using "else" differs from using "endif/if !cond"

Problem:    Vim9: using "else" differs from using "endif/if !cond".
Solution:   Leave the block and enter another one. (closes #10320)
This commit is contained in:
Bram Moolenaar
2022-05-05 17:02:46 +01:00
parent ea72038d60
commit 505ed0c38f
3 changed files with 51 additions and 0 deletions

View File

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