1
0
forked from aniani/vim

patch 8.2.2095: Vim9: crash when failed dict member is followed by concat

Problem:    Vim9: crash when failed dict member is followed by concatenation.
Solution:   Remove the dict from the stack. (closes #7416)
This commit is contained in:
Bram Moolenaar
2020-12-05 18:13:27 +01:00
parent d0fe620cbb
commit 4029cabbe7
3 changed files with 30 additions and 0 deletions

View File

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