Problem: Debug lines left in the code.
Solution: Delete the lines.
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".
*/
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;
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 860,
/**/
859,
/**/