1
0
forked from aniani/vim

patch 8.2.2868: Vim9: when executing compiled expression trylevel is changed

Problem:    Vim9: When executing a compiled expression the trylevel at start
            is changed but not restored. (closes #8214)
Solution:   Restore the trylevel at start.
This commit is contained in:
Bram Moolenaar
2021-05-18 17:49:59 +02:00
parent 082a3bf961
commit cbe178e3dc
3 changed files with 67 additions and 57 deletions

View File

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