]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.2114: when a popup is closed with CTRL-C the callback aborts v8.1.2114
authorBram Moolenaar <Bram@vim.org>
Sat, 5 Oct 2019 09:56:54 +0000 (11:56 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 Oct 2019 09:56:54 +0000 (11:56 +0200)
commitfd00c042afc40539447e798aadbd0a2219fdbdc1
treed6b922e83c04746ca55419c57da357d88e95080b
parent9ca250855b55f4d3292b010525c827dc6992cb61
patch 8.1.2114: when a popup is closed with CTRL-C the callback aborts

Problem:    When a popup is closed with CTRL-C the callback aborts.
Solution:   Reset got_int when invoking the callback. (closes #5008)
src/popupwin.c
src/version.c