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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user