commit | 1a71d31bf34b0b2b08517903826004ec6fd440e5 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Thu Jul 15 12:49:58 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 15 12:49:58 2021 +0200 |
tree | 05f54a00199737fe81fdf49e9ea72c09dba483d9 | |
parent | c816a2c22667108fcd61f445de2c926f78ff9fa7 [diff] [blame] |
patch 8.2.3162: Vim9: argument types are not checked at compile time Problem: Vim9: argument types are not checked at compile time. Solution: Add more type checks. (Yegappan Lakshmanan, closes #8560)
diff --git a/src/version.c b/src/version.c index 7e3455d..341faea 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3162, +/**/ 3161, /**/ 3160,