From: Bram Moolenaar Date: Thu, 31 Jan 2019 13:29:42 +0000 (+0100) Subject: patch 8.1.0860: debug lines left in the code X-Git-Tag: v8.1.0860 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77255cab7447792d781752707c8e163c838ec996;p=vim patch 8.1.0860: debug lines left in the code Problem: Debug lines left in the code. Solution: Delete the lines. --- diff --git a/src/edit.c b/src/edit.c index b226636aa..de1666cc5 100644 --- a/src/edit.c +++ b/src/edit.c @@ -377,7 +377,6 @@ edit( ins_compl_clear(); /* clear stuff for CTRL-X mode */ #endif -ch_log(NULL, "ENTERING Insert mode"); /* * Trigger InsertEnter autocommands. Do not do this for "r" or "grx". */ @@ -1048,7 +1047,6 @@ doESCkey: if (cmdchar != 'r' && cmdchar != 'v' && c != Ctrl_C) ins_apply_autocmds(EVENT_INSERTLEAVE); did_cursorhold = FALSE; -ch_log(NULL, "LEAVING Insert mode"); return (c == Ctrl_O); } continue; diff --git a/src/version.c b/src/version.c index ed4c1b54d..3478fd576 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 */ +/**/ + 860, /**/ 859, /**/