commit | 9b334d5912607f09912bfd19aa95355a1efc2761 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 06 14:59:04 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 06 14:59:04 2022 +0100 |
tree | 37ab999a1649cebdc1cfd1022dc4a240f4e3bffc | |
parent | bc6f2bf78af28c93b48906408756b797ab2fd7bd [diff] [blame] |
patch 8.2.4887: channel log does not show invoking a timer callback Problem: Channel log does not show invoking a timer callback. Solution: Add a ch_log() call.
diff --git a/src/version.c b/src/version.c index 6c4aa52..6adfeaa 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4887, +/**/ 4886, /**/ 4885,