]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0619: GUI gets stuck if timer uses feedkeys() v8.0.0619
authorBram Moolenaar <Bram@vim.org>
Mon, 5 Jun 2017 11:31:56 +0000 (13:31 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 5 Jun 2017 11:31:56 +0000 (13:31 +0200)
commit9472eec83c3f9c191814dc81dd82498c10b1fc9c
tree64840015e0e2af07c914321b24bef3005d3f84a3
parentbb7943b7920ef2f88cb9b6f46c34c7946c370819
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.
src/gui.c
src/version.c