File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -525,6 +525,7 @@ may_do_incsearch_highlighting(
525525 curwin -> w_redr_status = TRUE;
526526
527527 update_screen (SOME_VALID );
528+ highlight_match = FALSE;
528529 restore_last_search_pattern ();
529530
530531 // Leave it at the end to make CTRL-R CTRL-W work. But not when beyond the
@@ -642,6 +643,7 @@ may_adjust_incsearch_highlighting(
642643 highlight_match = TRUE;
643644 save_viewstate (& is_state -> old_viewstate );
644645 update_screen (NOT_VALID );
646+ highlight_match = FALSE;
645647 redrawcmdline ();
646648 curwin -> w_cursor = is_state -> match_end ;
647649 }
Original file line number Diff line number Diff line change @@ -741,6 +741,8 @@ static char *(features[]) =
741741
742742static int included_patches [] =
743743{ /* Add new patch number below this line */
744+ /**/
745+ 2222 ,
744746/**/
745747 2221 ,
746748/**/
You can’t perform that action at this time.
0 commit comments