Skip to content

Commit 77255ca

Browse files
committed
patch 8.1.0860: debug lines left in the code
Problem: Debug lines left in the code. Solution: Delete the lines.
1 parent c45eb77 commit 77255ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/edit.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@ edit(
377377
ins_compl_clear(); /* clear stuff for CTRL-X mode */
378378
#endif
379379

380-
ch_log(NULL, "ENTERING Insert mode");
381380
/*
382381
* Trigger InsertEnter autocommands. Do not do this for "r<CR>" or "grx".
383382
*/
@@ -1048,7 +1047,6 @@ ch_log(NULL, "ENTERING Insert mode");
10481047
if (cmdchar != 'r' && cmdchar != 'v' && c != Ctrl_C)
10491048
ins_apply_autocmds(EVENT_INSERTLEAVE);
10501049
did_cursorhold = FALSE;
1051-
ch_log(NULL, "LEAVING Insert mode");
10521050
return (c == Ctrl_O);
10531051
}
10541052
continue;

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,8 @@ static char *(features[]) =
783783

784784
static int included_patches[] =
785785
{ /* Add new patch number below this line */
786+
/**/
787+
860,
786788
/**/
787789
859,
788790
/**/

0 commit comments

Comments
 (0)