]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1407: GUI: CursorHold may trigger before 'updatetime' v8.0.1407
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Dec 2017 09:02:43 +0000 (10:02 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Dec 2017 09:02:43 +0000 (10:02 +0100)
commit4af031dbc8d62f89c94072a406f6d2ec0e5200be
tree8a801467610e98143f5c1d5af76718da67b3b47b
parentb254af312d1696b12367085acfbe41a41b7f1ea5
patch 8.0.1407: GUI: CursorHold may trigger before 'updatetime'

Problem:    GUI: CursorHold may trigger before 'updatetime' when using timers.
Solution:   Check that 'updatetime' has passed.
src/gui.c
src/version.c