diff --git a/src/move.c b/src/move.c index de84455031..6bd4056d85 100644 --- a/src/move.c +++ b/src/move.c @@ -110,9 +110,6 @@ comp_botline(wp) wp->w_cline_folded = folded; #endif redraw_for_cursorline(wp); -#ifdef FEATU_GUI_MACVIM - redraw_for_ligatures(wp); -#endif wp->w_valid |= (VALID_CROW|VALID_CHEIGHT); } if (done + n > wp->w_height) @@ -153,7 +150,7 @@ redraw_for_cursorline(wp) #ifdef FEAT_GUI_MACVIM /* - * Redraw when 'macliguters' is set. + * Redraw when 'macligatures' is set. * This is basically the same as when 'cursorline' * or 'relativenumber' is set but unconditional. */