From: Bram Moolenaar Date: Fri, 15 Feb 2019 23:00:28 +0000 (+0100) Subject: patch 8.1.0928: stray log function call X-Git-Tag: v8.1.0928 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d634024b90c7ae6ff08c1970646f1bca91f5611f;p=vim patch 8.1.0928: stray log function call Problem: Stray log function call. Solution: Remove the log function call. --- diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index a72302571..4bf207272 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c @@ -1359,7 +1359,6 @@ check_due_timer(void) did_throw = FALSE; current_exception = NULL; save_vimvars(&vvsave); -ch_log(NULL, "calling timer callback"); timer->tr_firing = TRUE; timer_callback(timer); timer->tr_firing = FALSE; diff --git a/src/version.c b/src/version.c index 6374cba9f..4662831d4 100644 --- a/src/version.c +++ b/src/version.c @@ -783,6 +783,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 928, /**/ 927, /**/