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 53372da + b82ceda commit ee73f16Copy full SHA for ee73f16
1 file changed
src/MacVim/Miscellaneous.m
@@ -335,7 +335,7 @@ - (NSInteger)tag
335
int
336
getCurrentAppearance(NSAppearance *appearance){
337
int flag = 0; // for macOS 10.13 or eariler always return 0;
338
-#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_14
+#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_14
339
if (@available(macOS 10.14, *)) {
340
NSAppearanceName appearanceName = [appearance bestMatchFromAppearancesWithNames:
341
@[NSAppearanceNameAqua
0 commit comments