comparison src/version.c @ 11471:26525db57c4c v8.0.0619

patch 8.0.0619: GUI gets stuck if timer uses feedkeys() commit https://github.com/vim/vim/commit/9472eec83c3f9c191814dc81dd82498c10b1fc9c Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 5 13:31:56 2017 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Mon, 05 Jun 2017 13:45:04 +0200
parents 0ade9dd85156
children 621e41f6dcc2
comparison
equal deleted inserted replaced
11470:9b1fcec1b32b 11471:26525db57c4c
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 619,
767 /**/ 769 /**/
768 618, 770 618,
769 /**/ 771 /**/
770 617, 772 617,
771 /**/ 773 /**/