commit | 04947cc6ed313b6b99889c27d008c68a373df634 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 06 19:26:46 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 06 19:26:46 2021 +0100 |
tree | e4400858556f9f43229f0c6e8aee07779e99107d | |
parent | a974953443775dd938cf9a8c195e3de9e4514f4f [diff] [blame] |
patch 8.2.2574: Vim9: crash when calling partial with wrong function Problem: Vim9: crash when calling partial with wrong function. Solution: Check argument types of called function. (closes #7912)
diff --git a/src/version.c b/src/version.c index 093f23d..278f77b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2574, +/**/ 2573, /**/ 2572,