Problem: Leaking memory when updating a single line.
Solution: Do not call start_search_hl() twice.
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;
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 674,
/**/
673,
/**/