summaryrefslogtreecommitdiffstats
path: root/src/drawscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drawscreen.c')
-rw-r--r--src/drawscreen.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/drawscreen.c b/src/drawscreen.c
index f6776a1a18..abf34b5e99 100644
--- a/src/drawscreen.c
+++ b/src/drawscreen.c
@@ -2124,7 +2124,12 @@ win_update(win_T *wp)
|| (wp->w_match_head != NULL
&& buf->b_mod_xlines != 0)
#endif
- )))))
+ ))))
+#ifdef FEAT_SYN_HL
+ || (wp->w_p_cul && (lnum == wp->w_cursor.lnum
+ || lnum == wp->w_last_cursorline))
+#endif
+ )
{
#ifdef FEAT_SEARCH_EXTRA
if (lnum == mod_top)