diff --git a/src/screen.c b/src/screen.c index 322efceed..55874e99f 100644 --- a/src/screen.c +++ b/src/screen.c @@ -961,14 +961,10 @@ update_single_line(win_T *wp, linenr_T lnum) screen_start(); /* not sure of screen cursor */ # ifdef FEAT_SEARCH_EXTRA init_search_hl(wp); - start_search_hl(); prepare_search_hl(wp, lnum); # endif win_line(wp, lnum, row, row + wp->w_lines[j].wl_size, FALSE, FALSE); -# if defined(FEAT_SEARCH_EXTRA) - end_search_hl(); -# endif break; } row += wp->w_lines[j].wl_size; diff --git a/src/version.c b/src/version.c index 824091224..17f773309 100644 --- a/src/version.c +++ b/src/version.c @@ -799,6 +799,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 674, /**/ 673, /**/