commit | 7fb7d34caf5f45289212987123baac4ce5a0d38c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 12:21:32 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 25 12:21:32 2015 +0200 |
tree | 7425cf8c1cc4f4684e4025fec5ee838b6dc317cb | |
parent | 670acbc70f371409b46b722bd9a1166e53574f42 [diff] [blame] |
patch 7.4.829 Problem: Crash when clicking in beval balloon. (Travis Lebsock) Solution: Use PostMessage() instead of DestroyWindow(). (Raymond Ko, PR 298)
diff --git a/src/version.c b/src/version.c index dd34490..5bd31fa 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 829, +/**/ 828, /**/ 827,