Skip to content

Commit

Permalink
MacVim Snapshot 173
Browse files Browse the repository at this point in the history
Updated to Vim 9.0.0065.

MacVim is now updated to Vim 9!

I just want to apologize for the infrequent update cadence for MacVim
over the last year and a half. I have not had much time to work on
MacVim, which made catching up harder, leading to a bad feedback loop. I
would like to move back to a more regular release cadence to keep MacVim
more updated relative to Vim, and to be able to start working on macOS
12/13 integrations as well as fixing outstanding bugs and merging the
various pull requests that have been waiting to be merged for a while.
Please don't hesitate to poke on GitHub if MacVim starts falling behind
again.

General
====================

- MacVim now supports the `+sodium` feature, which allows you to use the
  newer "xchacha20" encryption method for encryption. See `:help
  cryptmethod`. #1225

Misc
====================

- Scripting languages versions:
    - Ruby is now built against 3.1, up from 3.0.

Compatibility
====================

Requires macOS 10.9 or above.

Script interfaces have compatibility with these versions:

- Lua 5.4
- Perl 5.18
- Python2 2.7
- Python3 3.9
- Ruby 3.1
  • Loading branch information
ychin committed Jul 25, 2022
1 parent c0d5f05 commit 6b73731
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>172</string>
<string>173</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit 6b73731

Please sign in to comment.