1
0
forked from aniani/vim

patch 8.2.1886: using ":silent!" in a popup filter has unexpected effect

Problem:    Using ":silent!" in a popup filter has unexpected effect.
Solution:   Use did_emsg instead of called_emsg. (closes #7178)
This commit is contained in:
Bram Moolenaar
2020-10-22 13:44:54 +02:00
parent 2733779a1a
commit 371806e164
3 changed files with 7 additions and 4 deletions

View File

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