commit | c84287d6d8dd055bb6e30605465a23a8addb6fde | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 16 18:06:21 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 16 18:06:21 2022 +0000 |
tree | 125f6d9e504f7b676d137e7230522ec92ba67e0d | |
parent | dc98776f89689846466462767be75c6b63b6630f [diff] [blame] |
patch 8.2.4114: Vim9: type checking for a funcref does not work for method Problem: Vim9: type checking for a funcref does not work for when it is used in a method. Solution: Pass the base to where the type is checked.
diff --git a/src/version.c b/src/version.c index 8862674..d755559 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4114, +/**/ 4113, /**/ 4112,