We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f4d38b + 633f4f3 commit 67fbd20Copy full SHA for 67fbd20
src/move.c
@@ -110,9 +110,6 @@ comp_botline(wp)
110
wp->w_cline_folded = folded;
111
#endif
112
redraw_for_cursorline(wp);
113
-#ifdef FEATU_GUI_MACVIM
114
- redraw_for_ligatures(wp);
115
-#endif
116
wp->w_valid |= (VALID_CROW|VALID_CHEIGHT);
117
}
118
if (done + n > wp->w_height)
@@ -153,7 +150,7 @@ redraw_for_cursorline(wp)
153
150
154
151
#ifdef FEAT_GUI_MACVIM
155
152
/*
156
- * Redraw when 'macliguters' is set.
+ * Redraw when 'macligatures' is set.
157
* This is basically the same as when 'cursorline'
158
* or 'relativenumber' is set but unconditional.
159
*/
0 commit comments