commit | 169003289fb4b2ad18fd7f5807e0d05efff0be85 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 08 19:51:45 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 08 19:51:45 2022 +0100 |
tree | 50602045f6b4e7ed30d2498bef163412839c8776 | |
parent | 45bbaef0382c5468d9fac511775bd99ea7bf5b84 [diff] [blame] |
patch 9.0.0419: the :defer command does not check the function arguments Problem: The :defer command does not check the function argument count and types. Solution: Check the function arguments when adding a deferred function.
diff --git a/src/version.c b/src/version.c index c3d1ad5..81de0b7 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 419, +/**/ 418, /**/ 417,