commit | fd00c042afc40539447e798aadbd0a2219fdbdc1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 05 11:56:54 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 05 11:56:54 2019 +0200 |
tree | d6b922e83c04746ca55419c57da357d88e95080b | |
parent | 9ca250855b55f4d3292b010525c827dc6992cb61 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index d37ee65..0673d7e 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2114, +/**/ 2113, /**/ 2112,