mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Fix typo in comment in Miscellaneous.m
This commit is contained in:
@@ -328,7 +328,7 @@ shouldUseMojaveTabBarStyle()
|
||||
|
||||
int
|
||||
getCurrentAppearance(NSAppearance *appearance){
|
||||
int flag = 0; // for macOS 10.13 or eariler always return 0;
|
||||
int flag = 0; // for macOS 10.13 or earlier always return 0;
|
||||
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_14
|
||||
if (@available(macOS 10.14, *)) {
|
||||
NSAppearanceName appearanceName = [appearance bestMatchFromAppearancesWithNames:
|
||||
|
||||
Reference in New Issue
Block a user