1
0
forked from aniani/vim

patch 8.2.1812: Vim9: nested closure throws an internal error

Problem:    Vim9: nested closure throws an internal error.
Solution:   Do not skip a local variable with a partial. (closes #7065)
This commit is contained in:
Bram Moolenaar
2020-10-07 19:08:04 +02:00
parent 9a033d7b18
commit 0876c78527
3 changed files with 20 additions and 2 deletions

View File

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