Skip to content

Commit 644ca93

Browse files
committed
MacVim Snapshot 154
Vim patch 8.1.873 Targets macOS 10.8+ General: - MacVim binary is now signed by a Developer ID (#517). This makes it easier to download and run the app without security warnings. - This also fixes an issue where invoking external programs via `:!open` was slow in Mojave. #763 - Ruby version has been updated from 2.5 to 2.6. Fixes: - Scrollbars are no longer misplaced when resizing window #827 - Fix rendering performance issues for commands (e.g. `:version`, `:echo`, or `:!`) that echo text in Mojave #840 - MacVim now properly asks for permission to use AppleEvent (ODB Editor Suite requires that to work) #822 - Fix borderless window mode in pre-Mojave versions #828 Script interfaces have compatibility with these versions: - Lua 5.3 - Perl 5.18 - Python2 2.7 - Python3 3.7 - Ruby 2.6
1 parent b87cb34 commit 644ca93

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>153</string>
1258+
<string>154</string>
12591259
<key>NSAppTransportSecurity</key>
12601260
<dict>
12611261
<key>NSAllowsArbitraryLoads</key>

0 commit comments

Comments
 (0)