1
0
forked from aniani/vim

patch 9.0.1119: type of arguments not checked when calling a partial

Problem:    Type of arguments not checked when calling a partial.
Solution:   Give an error for a wrong argument type. (closes #11753)
This commit is contained in:
Bram Moolenaar
2022-12-31 14:01:24 +00:00
parent dbe6ef1036
commit 0d89d8ae89
3 changed files with 69 additions and 20 deletions

View File

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