1
0
forked from aniani/vim

patch 8.2.3833: error from term_start() not caught by try/catch

Problem:    Error from term_start() not caught by try/catch.
Solution:   save and restore did_emsg when applying autocommands. (Ozaki
            Kiichi, closes #9361)
This commit is contained in:
ichizok
2021-12-17 09:44:33 +00:00
committed by Bram Moolenaar
parent 994a0a298b
commit c3f91c0648
3 changed files with 27 additions and 0 deletions

View File

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