commit | 5231224e11bf468f5366a7400414368908c40795 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 11 18:23:19 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 11 18:23:19 2021 +0200 |
tree | c0b97d2bf8e306ff58c9eb103fa91f67c16cf916 | |
parent | 648594eaf703fe9a862cb12a35702a10aff6e5a9 [diff] [blame] |
patch 8.2.3148: Vim9: function arg type check does not handle base offset Problem: Vim9: function arg type check does not handle base offset. Solution: Take the base offset into account when checking builtin function argument types.
diff --git a/src/version.c b/src/version.c index 993d163..10e01ac 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3148, +/**/ 3147, /**/ 3146,