1
0
forked from aniani/vim

patch 8.2.3775: Vim9: lambda compiled without outer context when debugging

Problem:    Vim9: lambda compiled without outer context when debugging.
Solution:   When compiling a lambda for debugging also compile it without.
            (closes #9302)
This commit is contained in:
Bram Moolenaar
2021-12-10 16:55:58 +00:00
parent b711814cb6
commit 9fffef9f35
3 changed files with 32 additions and 4 deletions

View File

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