Skip to content

Commit 02870c4

Browse files
committed
MacVim Snapshot 160
Vim patch 8.1.2224 General: - MacVim **now requires macOS 10.9**, up from 10.8. - MacVim binary is now notaraized by Apple. This should make it open properly without a security warning in macOS 10.15 Catalina. macvim-dev#959 macvim-dev#825 Features: - Make mouse cursor higher contrast under macOS 10.13 or older. macvim-dev#910 Fixes: - Fix OS appearance (dark vs light mode) detection not working. See `:help OSAppearanceChanged` for more info on the feature. macvim-dev#973 - Fix spell checker flagging first words in line. macvim-dev#971 (Vim 8.1.2172) - Fix wrong highlighting color scheme. macvim-dev#960 (Vim 8.1.2176) Misc: - Sparkle updater has been updated to 1.22.00. macvim-dev#963 Targets macOS 10.9+ Script interfaces have compatibility with these versions: - Lua 5.3 - Perl 5.18 - Python2 2.7 - Python3 3.7 - Ruby 2.6
1 parent a4b3a5f commit 02870c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MacVim/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@
12551255
</dict>
12561256
</array>
12571257
<key>CFBundleVersion</key>
1258-
<string>159</string>
1258+
<string>160</string>
12591259
<key>NSAppTransportSecurity</key>
12601260
<dict>
12611261
<key>NSAllowsArbitraryLoads</key>

0 commit comments

Comments
 (0)