diff options
Diffstat (limited to 'src/screen.c')
-rw-r--r-- | src/screen.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/screen.c b/src/screen.c index 78f89ebf6..c98d5670b 100644 --- a/src/screen.c +++ b/src/screen.c @@ -3981,9 +3981,6 @@ win_line( else if (v == (long)shl->endcol) { shl->attr_cur = 0; -#ifdef FEAT_CONCEAL - prev_syntax_id = 0; -#endif next_search_hl(wp, shl, lnum, (colnr_T)v, shl == &search_hl ? NULL : cur); pos_inprogress = cur == NULL || cur->pos.cur == 0 |