Closed
Description
Describe the bug
The variable v:os_appearance
always returns 0 for the compiled binary of Snapshot 159; it works as expected if compiled manually and changing the deployment target to macOS 10.14+ or above.
To Reproduce
Run MacVim in the dark mode and :echo v:os_appearance
always shows 0
.
Expected behavior
The variable v:os_appearance
should be 1
in the dark mode.
Proposed solution
Another binary for macOS 10.14+.
The API used to change the variable is only available on macOS 10.14+ (here). Changing the deployment target to 10.14 is rather radical in my opinion. A temporary solution would be to provide another binary for macOS 10.14+.
Metadata
Metadata
Assignees
Labels
No labels