1
0
forked from aniani/vim

patch 8.2.1916: Vim9: function call is aborted even when "silent!" is used

Problem:    Vim9: function call is aborted even when "silent!" is used.
Solution:   Use did_emsg instead of called_emsg. (closes #7213)
This commit is contained in:
Bram Moolenaar
2020-10-28 16:54:47 +01:00
parent 6cf7e3b026
commit 171fb923b8
3 changed files with 36 additions and 3 deletions

View File

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