diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c index 7e8cbf08e..cf582e9df 100644 --- a/src/main.c +++ b/src/main.c @@ -1384,10 +1384,6 @@ main_loop( update_topline(); validate_cursor(); -#ifdef FEAT_SYN_HL - // Might need to update for 'cursorline'. - check_redraw_cursorline(); -#endif if (VIsual_active) update_curbuf(INVERTED); // update inverted part else if (must_redraw) |