1
0
forked from aniani/vim

patch 8.2.4067: Vim9: cannot call imported function with :call

Problem:    Vim9: cannot call imported function with :call. (Drew Vogel)
Solution:   Translate the function name. (closes #9510)
This commit is contained in:
Bram Moolenaar
2022-01-12 12:48:17 +00:00
parent 17d36cbcd3
commit f111cdfae6
3 changed files with 55 additions and 0 deletions

View File

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