diff --git a/src/screen.c b/src/screen.c index 09aa10f0bc..e218196fd7 100644 --- a/src/screen.c +++ b/src/screen.c @@ -1718,6 +1718,7 @@ start_search_hl(void) { if (p_hls && !no_hlsearch) { + end_search_hl(); // just in case it wasn't called before last_pat_prog(&screen_search_hl.rm); screen_search_hl.attr = HL_ATTR(HLF_L); # ifdef FEAT_RELTIME diff --git a/src/version.c b/src/version.c index 02f7b6ef6d..982ac1f887 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 681, /**/ 680, /**/