commit | c72bdd28ac5fe079825155930af8e792580139bb | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun Jul 11 19:44:18 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 11 19:44:18 2021 +0200 |
tree | 45ad88deec77ecca9af8ed3fc5afb90653ccff8d | |
parent | cc7eb2aa7a7f2e6ae41f1e7cf60965c083d8a9e9 [diff] [blame] |
patch 8.2.3150: 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 #8545)
diff --git a/src/version.c b/src/version.c index 1102e94..0047c7d 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3150, +/**/ 3149, /**/ 3148,