patch 8.2.2503: Vim9: a caught error may leave something on the stack

Problem:    Vim9: a caught error may leave something on the stack.
Solution:   Drop items from the stack if needed. (closes #7826)
This commit is contained in:
Bram Moolenaar
2021-02-12 21:32:47 +01:00
parent ca753ec862
commit d9d7789b6f
3 changed files with 21 additions and 1 deletions

View File

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