commit | e8a7dfedfc8ea5c376c7912cb27a9405e4b8c972 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 03 22:35:52 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 03 22:35:52 2019 +0200 |
tree | 418a497ee524c8bb1cd2194d3ec35983bd2465c8 | |
parent | 1824f45883ef7cc236d2bba89811989a1ccb853c [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 00374c2..ee1525d 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2110, +/**/ 2109, /**/ 2108,