1
0
forked from aniani/vim

patch 8.2.3720: Vim9: Internal error when invoking closure in legacy context

Problem:    Vim9: Internal error when invoking closure in legacy context.
Solution:   Give a more appropriate error message. (closes #9251)
This commit is contained in:
Bram Moolenaar
2021-12-02 16:38:52 +00:00
parent f8bc0ce267
commit 69c76171f1
4 changed files with 26 additions and 1 deletions

View File

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