commit | 2f9f4ccfc8f1d4a56761dc1cc1e9e20190a72c74 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 20 09:36:27 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 20 09:36:27 2021 +0000 |
tree | cf0a75e97fb4ef537877f7c15d5fc46c6a28e923 | |
parent | fea43e44c008a7ca73b506ddab0f47b63b5d2126 [diff] [blame] |
patch 8.2.3857: Vim9: inconsistent error for using function() Problem: Vim9: inconsistent error for using function(). Solution: Use a runtime type check for the result of function(). (closes #8492)
diff --git a/src/version.c b/src/version.c index 95bcb39..b3121d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3857, +/**/ 3856, /**/ 3855,