commit | 371806e1642bbe17792f1e0fc7abe2ae13794635 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 22 13:44:54 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 22 13:44:54 2020 +0200 |
tree | 83c5331288d8659f55c4940dfb12f7814535880f | |
parent | 2733779a1a36c06f5f900666ac94bfe4c25ea39b [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 0716ca1..0933697 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1886, +/**/ 1885, /**/ 1884,