commit | a26f56f67502c72d44c61afdede2206cdde47c17 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Jul 03 11:58:12 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 03 11:58:12 2021 +0200 |
tree | 8b918c0c3b5ce231aa4e4db8bdcb8594b45cfe33 | |
parent | 72463f883cdfd08e29ab0018ef3889284848d5f1 [diff] [blame] |
patch 8.2.3084: Vim9: builtin function argument types are not checked Problem: Vim9: builtin function argument types are not checked at compile time. Solution: Add argument types. (Yegappan Lakshmanan, closes #8503)
diff --git a/src/version.c b/src/version.c index 540fa2b..db88afd 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3084, +/**/ 3083, /**/ 3082,