]> granicus.if.org Git - vim/commit
patch 8.2.1732: stuck when win_execute() for a popup causes an error v8.2.1732
authorBram Moolenaar <Bram@vim.org>
Wed, 23 Sep 2020 15:41:26 +0000 (17:41 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 23 Sep 2020 15:41:26 +0000 (17:41 +0200)
commit6bf1b52ba2816dffdbd0d994320abfb1586bf666
tree6efe9807a11a53aa4893680e9918277816d734f4
parent81ed4960482f8baabdd7f95b4d5e39744be88ae7
patch 8.2.1732: stuck when win_execute() for a popup causes an error

Problem:    Stuck when win_execute() for a popup causes an error.
Solution:   Disable the filter callback on error. (issue #6999)
src/popupwin.c
src/testdir/dumps/Test_popupwin_win_execute.dump [new file with mode: 0644]
src/testdir/term_util.vim
src/testdir/test_popupwin.vim
src/version.c