Navigation Menu

Skip to content

Commit

Permalink
MacVim Snapshot 161
Browse files Browse the repository at this point in the history
Vim patch 8.1.2234

Fixes:

- Fix scripting languages not working (e.g. Python) in binary releases
  by using the correct entitlements. #979

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
  • Loading branch information
ychin committed Oct 30, 2019
1 parent 919fd33 commit ec8d479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MacVim/Info.plist
Expand Up @@ -1255,7 +1255,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>160</string>
<string>161</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
Expand Down

0 comments on commit ec8d479

Please sign in to comment.