File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2061,17 +2061,12 @@ ins_compl_prep(int c)
20612061
20622062 auto_format (FALSE, TRUE);
20632063
2064- {
2065- int new_mode = ctrl_x_mode ;
2066-
2067- // Trigger the CompleteDone event to give scripts a chance to
2068- // act upon the completion. Do this before clearing the info,
2069- // and restore ctrl_x_mode, so that complete_info() can be
2070- // used.
2071- ctrl_x_mode = prev_mode ;
2072- ins_apply_autocmds (EVENT_COMPLETEDONE );
2073- ctrl_x_mode = new_mode ;
2074- }
2064+ // Trigger the CompleteDone event to give scripts a chance to
2065+ // act upon the completion. Do this before clearing the info,
2066+ // and restore ctrl_x_mode, so that complete_info() can be
2067+ // used.
2068+ ctrl_x_mode = prev_mode ;
2069+ ins_apply_autocmds (EVENT_COMPLETEDONE );
20752070
20762071 ins_compl_free ();
20772072 compl_started = FALSE;
Original file line number Diff line number Diff line change @@ -742,6 +742,8 @@ static char *(features[]) =
742742
743743static int included_patches [] =
744744{ /* Add new patch number below this line */
745+ /**/
746+ 152 ,
745747/**/
746748 151 ,
747749/**/
You can’t perform that action at this time.
0 commit comments