File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change @@ -783,6 +783,8 @@ static char *(features[]) =
783783
784784static int included_patches [] =
785785{ /* Add new patch number below this line */
786+ /**/
787+ 860 ,
786788/**/
787789 859 ,
788790/**/
You can’t perform that action at this time.
0 commit comments