commit | a764e73d4ffc5d046807c757eaacb9b0a5408152 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun Jul 25 15:57:32 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 25 15:57:32 2021 +0200 |
tree | 477a5065575e437a5496ead0e45ac8ff5ee5671c | |
parent | 2ec28aec9d4f1b9c1c008e36adde9fc82affae0f [diff] [blame] |
patch 8.2.3221: 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 #8632)
diff --git a/src/version.c b/src/version.c index af7a7fe..7d66d8b 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3221, +/**/ 3220, /**/ 3219,