summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h
index 7a74e8f68..da4ffb856 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -2686,6 +2686,10 @@ struct window_S
time through cursupdate() to the
current virtual column */
+#ifdef FEAT_SYN_HL
+ linenr_T w_last_cursorline; // where last time 'cursorline' was drawn
+#endif
+
/*
* the next seven are used to update the visual part
*/