Skip to content

Commit 4b1ebc7

Browse files
committed
Fixed merge
1 parent 23688fc commit 4b1ebc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MacVim/MMCoreTextView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ - (void)drawString:(const UniChar *)chars length:(UniCharCount)length
12521252

12531253
CGContextSetTextPosition(context, x, y+fontDescent);
12541254
recurseDraw(chars, glyphs, positions, length, context, fontRef, fontCache,
1255-
fontCache, (flags & DRAW_WIDE) && emojiEnabled);
1255+
(flags & DRAW_WIDE) && emojiEnabled);
12561256

12571257
CFRelease(fontRef);
12581258
CGContextRestoreGState(context);

0 commit comments

Comments
 (0)