patch 8.2.2590: Vim9: default argument value may cause internal error

Problem:    Vim9: default argument value may cause internal error.
Solution:   Hide later function arguments when compiling the expression.
            (closes #7948)
This commit is contained in:
Bram Moolenaar
2021-03-11 20:04:04 +01:00
parent 776b954622
commit 12bce95887
3 changed files with 20 additions and 1 deletions

View File

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