commit | 22286895fce0e45e42126c7f2e35ebf43bc625d9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 05 20:50:51 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 05 20:50:51 2020 +0100 |
tree | 724167479bb64dc64279cc35319a533a82e704c1 | |
parent | 0fd797eacd569a0680a86452c18713eacf6608fe [diff] [blame] |
patch 8.2.1961: various comments can be improved Problem: Various comments can be improved. Solution: Various comment adjustments.
diff --git a/src/time.c b/src/time.c index cc29d0d..d1cf21b 100644 --- a/src/time.c +++ b/src/time.c
@@ -497,10 +497,12 @@ may_garbage_collect = FALSE; save_vimvars(&vvsave); + // Invoke the callback. timer->tr_firing = TRUE; timer_callback(timer); timer->tr_firing = FALSE; + // Restore stuff. timer_next = timer->tr_next; did_one = TRUE; timer_busy = save_timer_busy;