]> granicus.if.org Git - vim/commit
patch 8.2.1886: using ":silent!" in a popup filter has unexpected effect v8.2.1886
authorBram Moolenaar <Bram@vim.org>
Thu, 22 Oct 2020 11:44:54 +0000 (13:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 Oct 2020 11:44:54 +0000 (13:44 +0200)
commit371806e1642bbe17792f1e0fc7abe2ae13794635
tree83c5331288d8659f55c4940dfb12f7814535880f
parent2733779a1a36c06f5f900666ac94bfe4c25ea39b
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)
src/popupwin.c
src/testdir/test_popupwin.vim
src/version.c