diff src/version.c @ 26046:f773ef3c641d v8.2.3557

patch 8.2.3557: Vim9: cannot call imported funcref at script level Commit: https://github.com/vim/vim/commit/5fe07d2e08f05c6f3905fecdf07f4cfad4d6ed17 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 22 22:17:53 2021 +0100 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 https://github.com/vim/vim/issues/9007)
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Oct 2021 23:30:04 +0200
parents 2e8226c03007
children e8592947d90b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3557,
+/**/
     3556,
 /**/
     3555,