commit | 5bca906b307728fa74a112914dc55b424d512d39 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Jul 24 21:33:26 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 24 21:33:26 2021 +0200 |
tree | 46c144eecea8b23bf66138a46029afa6f275bf85 | |
parent | 7d60384a00755e5c0112cebeb5e232fc133c9eca [diff] [blame] |
patch 8.2.3215: 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. Sort the argument lists. (Yegappan Lakshmanan, closes #8626)
diff --git a/src/version.c b/src/version.c index a331760..f12b9dc 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3215, +/**/ 3214, /**/ 3213,