]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2110: CTRL-C closes two popups instead of one v8.1.2110
authorBram Moolenaar <Bram@vim.org>
Thu, 3 Oct 2019 20:35:52 +0000 (22:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 3 Oct 2019 20:35:52 +0000 (22:35 +0200)
commite8a7dfedfc8ea5c376c7912cb27a9405e4b8c972
tree418a497ee524c8bb1cd2194d3ec35983bd2465c8
parent1824f45883ef7cc236d2bba89811989a1ccb853c
patch 8.1.2110: CTRL-C closes two popups instead of one

Problem:    CTRL-C closes two popups instead of one.
Solution:   Reset got_int when the filter consumed the key.
src/getchar.c
src/testdir/test_popupwin.vim
src/version.c