1
0
forked from aniani/vim

patch 8.2.1706: Vim9: crash after running into the "Multiple closures" error

Problem:    Vim9: crash after running into the "Multiple closures" error.
Solution:   When a function fails still update any closures. (closes #6973)
This commit is contained in:
Bram Moolenaar
2020-09-18 21:25:32 +02:00
parent e8df010498
commit 7cbfaa51de
3 changed files with 23 additions and 7 deletions

View File

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