1
0
forked from aniani/vim

patch 8.2.3308: Vim9: no runtime check for argument type with varargs only

Problem:    Vim9: no runtime check for argument type if a function only has
            varargs.
Solution:   Also check argument types if uf_va_type is set. (closes #8715)
This commit is contained in:
Bram Moolenaar
2021-08-07 15:35:36 +02:00
parent 7de6262373
commit 6ce46b9963
3 changed files with 16 additions and 2 deletions

View File

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