commit | 4490ec4e839e45a2e6923c265c7e9e64c240b805 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Tue Jul 27 22:00:44 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 27 22:00:44 2021 +0200 |
tree | 3ef2dc127890ac6a644f38ae7932b7e70071544a | |
parent | 5d7c2df536c17db4a9c61e0760bdcf78d0db7330 [diff] [blame] |
patch 8.2.3229: Vim9: runtime and compile time type checks are not the same Problem: Vim9: runtime and compile time type checks are not the same. Solution: Add more runtime type checks for builtin functions. (Yegappan Lakshmanan, closes #8646)
diff --git a/src/version.c b/src/version.c index e38274e..a628f51 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3229, +/**/ 3228, /**/ 3227,