commit | eddd4fc4f6d9d626374a73861c891f95ef999133 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 20 15:52:28 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 20 15:52:28 2022 +0000 |
tree | 4d64bfb808414f530057c71e59873dee8ddb9cf6 | |
parent | cdf717283ca70b18f20b8a2cefe7957083280c6f [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index f151531..1fdf4e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4425, +/**/ 4424, /**/ 4423,