From 644ca93c76d5d6a9aa990565c13df7e6c1b8ab39 Mon Sep 17 00:00:00 2001 From: Yee Cheng Chin Date: Sun, 3 Feb 2019 21:09:00 -0800 Subject: [PATCH] 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 --- src/MacVim/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist index c8b779a2b1..06b8a42a1b 100644 --- a/src/MacVim/Info.plist +++ b/src/MacVim/Info.plist @@ -1255,7 +1255,7 @@ CFBundleVersion - 153 + 154 NSAppTransportSecurity NSAllowsArbitraryLoads