commit | 5fe07d2e08f05c6f3905fecdf07f4cfad4d6ed17 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 22 22:17:53 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 22 22:17:53 2021 +0100 |
tree | b722c70abe176a3daf37579d983efd95627f477b | |
parent | 841c225b9ef8c5bdf5e02968a0bd62521fff6ca8 [diff] [blame] |
patch 8.2.3557: Vim9: cannot call imported funcref at script level Problem: Vim9: cannot call imported funcref at script level. Solution: Check for an imported function. (closes #9007)
diff --git a/src/version.c b/src/version.c index 362129e..ea396cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3557, +/**/ 3556, /**/ 3555,