1
0
forked from aniani/vim

patch 8.2.1927: Vim9: get unknown error with an error in a timer function

Problem:    Vim9: get unknown error with an error in a timer function.
Solution:   Use did_emsg instead of called_emsg. (closes #7231)
This commit is contained in:
Bram Moolenaar
2020-10-30 20:46:26 +01:00
parent b2620202c7
commit d66960bf57
3 changed files with 8 additions and 8 deletions

View File

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