1
0
forked from aniani/vim

patch 8.2.3084: Vim9: builtin function argument types are not checked

Problem:    Vim9: builtin function argument types are not checked at compile
            time.
Solution:   Add argument types. (Yegappan Lakshmanan, closes #8503)
This commit is contained in:
Yegappan Lakshmanan
2021-07-03 11:58:12 +02:00
committed by Bram Moolenaar
parent 72463f883c
commit a26f56f675
6 changed files with 645 additions and 146 deletions

View File

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