1
0
forked from aniani/vim

patch 8.2.3003: Vim9: closure compiled with wrong compile type

Problem:    Vim9: closure compiled with wrong compile type.
Solution:   Use COMPILE_TYPE() when calling a function. (closes #8384)
This commit is contained in:
Bram Moolenaar
2021-06-15 19:32:40 +02:00
parent affd0bc626
commit 968a5b62ff
3 changed files with 30 additions and 5 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3003,
/**/
3002,
/**/