commit | 9472eec83c3f9c191814dc81dd82498c10b1fc9c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 05 13:31:56 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 05 13:31:56 2017 +0200 |
tree | 64840015e0e2af07c914321b24bef3005d3f84a3 | |
parent | bb7943b7920ef2f88cb9b6f46c34c7946c370819 [diff] [blame] |
patch 8.0.0619: GUI gets stuck if timer uses feedkeys() Problem: In the GUI, when a timer uses feedkeys(), it still waits for an event. (Raymond Ko) Solution: Check tb_change_cnt in one more place.
diff --git a/src/version.c b/src/version.c index fa8b538..3d91495 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 619, +/**/ 618, /**/ 617,