1
0
forked from aniani/vim

patch 8.2.3066: Vim9: debugging lambda does not work

Problem:    Vim9: debugging lambda does not work.
Solution:   Use the compile type of the function when compiling a lambda.
            (closes #8412)
This commit is contained in:
Bram Moolenaar
2021-06-27 16:29:53 +02:00
parent 577dc93da9
commit 17d868b8b2
3 changed files with 31 additions and 2 deletions

View File

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