comparison 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
comparison
equal deleted inserted replaced
26045:f67fadf790b9 26046:f773ef3c641d
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3557,
760 /**/ 762 /**/
761 3556, 763 3556,
762 /**/ 764 /**/
763 3555, 765 3555,
764 /**/ 766 /**/