1
0
forked from aniani/vim

patch 8.2.0528: Vim9: function arguments insufficiently tested

Problem:    Vim9: function arguments insufficiently tested.
Solution:   Check types.  Add more tests.  Fix function with varargs only.
This commit is contained in:
Bram Moolenaar
2020-04-07 22:05:08 +02:00
parent ec5929d0fe
commit 0b76b42d0a
4 changed files with 58 additions and 2 deletions

View File

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