1
0
forked from aniani/vim

patch 8.2.4425: map() function does not check function arguments

Problem:    map() function does not check function arguments at compile time.
Solution:   Give an error if the arguments of a map() function are wrong.
This commit is contained in:
Bram Moolenaar
2022-02-20 15:52:28 +00:00
parent cdf717283c
commit eddd4fc4f6
4 changed files with 81 additions and 31 deletions

View File

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