diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-09-08 19:51:45 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-09-08 19:51:45 +0100 |
commit | 169003289fb4b2ad18fd7f5807e0d05efff0be85 (patch) | |
tree | 50602045f6b4e7ed30d2498bef163412839c8776 /src/version.c | |
parent | 45bbaef0382c5468d9fac511775bd99ea7bf5b84 (diff) | |
download | vim-git-9.0.0419.tar.gz |
patch 9.0.0419: the :defer command does not check the function argumentsv9.0.0419
Problem: The :defer command does not check the function argument count and
types.
Solution: Check the function arguments when adding a deferred function.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index c3d1ad520..81de0b7d2 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 419, +/**/ 418, /**/ 417, |