]> granicus.if.org Git - vim/commitdiff
patch 8.1.0860: debug lines left in the code v8.1.0860
authorBram Moolenaar <Bram@vim.org>
Thu, 31 Jan 2019 13:29:42 +0000 (14:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 31 Jan 2019 13:29:42 +0000 (14:29 +0100)
Problem:    Debug lines left in the code.
Solution:   Delete the lines.

src/edit.c
src/version.c

index b226636aaacd5f2ca0e54274c49dd40c4a77b89e..de1666cc5eef4a3e59d66ab7a029bd14419694fd 100644 (file)
@@ -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<CR>" 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;
index ed4c1b54d0e4e6d30581367a5240ed457402004c..3478fd576442231d4677a7bd888ab598db71c83b 100644 (file)
@@ -783,6 +783,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    860,
 /**/
     859,
 /**/