commit | 0ad871dc4dfe1026e14931a55c225616b63f4c5b | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Fri Jul 23 20:37:56 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 23 20:37:56 2021 +0200 |
tree | a83e1cf4e231864e182c4b9ce70c37460d2200dd | |
parent | 1b862c466ba4242857eec581f67982d265005ef4 [diff] [blame] |
patch 8.2.3206: Vim9: argument types are not checked at compile time Problem: Vim9: argument types are not checked at compile time. Solution: Add several more type checks. (Yegappan Lakshmanan, closes #8611)
diff --git a/src/version.c b/src/version.c index 95c9971..7375563 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3206, +/**/ 3205, /**/ 3204,