0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 8.2.1961: various comments can be improved

Problem:    Various comments can be improved.
Solution:   Various comment adjustments.
This commit is contained in:
Bram Moolenaar
2020-11-05 20:50:51 +01:00
parent 0fd797eacd
commit 22286895fc
7 changed files with 9 additions and 3 deletions

View File

@@ -497,10 +497,12 @@ check_due_timer(void)
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;