Skip to content

Commit 67fbd20

Browse files
committed
Merge pull request #136 from Shirk/bugfix/macligatures_cleanups
Fix typos and dead code for #135
2 parents 2f4d38b + 633f4f3 commit 67fbd20

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/move.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ comp_botline(wp)
110110
wp->w_cline_folded = folded;
111111
#endif
112112
redraw_for_cursorline(wp);
113-
#ifdef FEATU_GUI_MACVIM
114-
redraw_for_ligatures(wp);
115-
#endif
116113
wp->w_valid |= (VALID_CROW|VALID_CHEIGHT);
117114
}
118115
if (done + n > wp->w_height)
@@ -153,7 +150,7 @@ redraw_for_cursorline(wp)
153150

154151
#ifdef FEAT_GUI_MACVIM
155152
/*
156-
* Redraw when 'macliguters' is set.
153+
* Redraw when 'macligatures' is set.
157154
* This is basically the same as when 'cursorline'
158155
* or 'relativenumber' is set but unconditional.
159156
*/

0 commit comments

Comments
 (0)