commit | cdf0442d009ea97fad06d72231f7de309c75205a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 27 22:25:10 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 27 22:25:10 2015 +0200 |
tree | 83cdd41de9119e0fe74db34f9af5fa9b4869ba0d | |
parent | 5ea87a04964b0ccd017380b8247d04d2a69f6062 [diff] [blame] |
patch 7.4.842 Problem: Sending too many messages to close the balloon. Solution: Only send a WM_CLOSE message. (Jurgen Kramer)
diff --git a/src/version.c b/src/version.c index bc95c5d..37df414 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 842, +/**/ 841, /**/ 840,