commit | 32b3f820107139d7edf0c592bb06f090c3eb6c51 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 06 21:59:39 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 06 21:59:39 2021 +0100 |
tree | 93d3d6c7ad5bb7689b5ca60be54a15f39f9ef450 | |
parent | b23279d7a2d28de5df942924b77cf23672fc684f [diff] [blame] |
patch 8.2.2306: Vim9: when using function reference type is not checked Problem: Vim9: when using function reference type is not checked. Solution: When using a function reference lookup the type and check the argument types. (issue #7629)
diff --git a/src/version.c b/src/version.c index 0e711ed..1945a4a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2306, +/**/ 2305, /**/ 2304,