From 633f4f321d5127d0449448fe9909b983af34cac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20K=C3=B6cher?= Date: Sat, 14 Nov 2015 20:34:51 +0100 Subject: [PATCH] Fix typos and dead code for #135 fixes #135 --- src/move.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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. */