commit | 841e498c5d1765eab17bce5242543b47dfc25b41 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun Jul 11 22:04:25 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 11 22:04:25 2021 +0200 |
tree | bbf8cc14a7bac23c241f79660d07b18251d8ab81 | |
parent | 7b7a118e74d25ff35cd277c2bb5191ae44bb20b2 [diff] [blame] |
patch 8.2.3154: Vim9: some type checks for builtin functions fail Problem: Vim9: some type checks for builtin functions fail. Solution: Correct the type checks. (Yegappan Lakshmanan, closes #8551, closes #8550)
diff --git a/src/version.c b/src/version.c index 940c719..9159011 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3154, +/**/ 3153, /**/ 3152,