]> granicus.if.org Git - vim/commitdiff
patch 8.1.0928: stray log function call v8.1.0928
authorBram Moolenaar <Bram@vim.org>
Fri, 15 Feb 2019 23:00:28 +0000 (00:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 15 Feb 2019 23:00:28 +0000 (00:00 +0100)
Problem:    Stray log function call.
Solution:   Remove the log function call.

src/ex_cmds2.c
src/version.c

index a7230257158485d33e58a416f4b0079522cb7d65..4bf207272378e75a3a50869b4276063e09d9e18d 100644 (file)
@@ -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;
index 6374cba9fa3268f7b9f8a39ce030be092a1ab580..4662831d46150861a2250702f3b028cbece79273 100644 (file)
@@ -783,6 +783,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    928,
 /**/
     927,
 /**/