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:
committed by
Bram Moolenaar
parent
72463f883c
commit
a26f56f675
@@ -755,6 +755,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3084,
|
||||
/**/
|
||||
3083,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user