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 4c0698e + 8ebe7eb commit e5e5f79Copy full SHA for e5e5f79
2 files changed
src/MacVim/MMCoreTextView.m
@@ -42,7 +42,7 @@
42
#define DRAW_UNDERC 0x08 /* draw undercurl text */
43
#define DRAW_ITALIC 0x10 /* draw italic text */
44
#define DRAW_CURSOR 0x20
45
-#define DRAW_WIDE 0x40 /* draw wide text */
+#define DRAW_WIDE 0x80 /* draw wide text */
46
47
#if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_8
48
#define kCTFontOrientationDefault kCTFontDefaultOrientation
src/MacVim/MMTextStorage.m
@@ -51,7 +51,7 @@
51
52
53
54
55
56
57
static NSString *MMWideCharacterAttributeName = @"MMWideChar";
0 commit comments