patch 8.2.2580: Vim9: checking vararg type may be wrong

Problem:    Vim9: checking vararg type is wrong when function is auto-loaded.
Solution:   Use the member type. (closes #7933)
This commit is contained in:
Bram Moolenaar
2021-03-08 21:47:13 +01:00
parent d00a7fb81a
commit e3ffcd9902
3 changed files with 13 additions and 2 deletions

View File

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