Skip to content

Commit

Permalink
MacVim Snapshot 163
Browse files Browse the repository at this point in the history
Vim patch 8.2.539

General:

- MacVim now reports its app category to be "Productivity" for Screen
  Time. macvim-dev#1032

Fixes:

- Fix MacVim not reporting its version number correctly. macvim-dev#1011
- Fix mvim:// protocol handler not handling line number. macvim-dev#1020
- Fix opening MacVim from the Dock not setting UTF.8 in locale. macvim-dev#1033
- Buffer menu now doesn't show stale menu items from command-line
  windows or terminal windows. macvim-dev#1025

Targets macOS 10.9+

Script interfaces have compatibility with these versions:
TODO
- Lua 5.3
- Perl 5.18
- Python2 2.7
- Python3 3.7
- Ruby 2.7
  • Loading branch information
ychin committed Apr 11, 2020
1 parent 74283d8 commit 184a120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MacVim/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>162</string>
<string>163</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>NSAppTransportSecurity</key>
Expand Down

4 comments on commit 184a120

@eirnym
Copy link

@eirnym eirnym commented on 184a120 Apr 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope it was an intentional action to make release in a fork

@ychin
Copy link
Owner Author

@ychin ychin commented on 184a120 Apr 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a personal branch… I'm testing Travis out since it was down for a while last night.

@ychin
Copy link
Owner Author

@ychin ychin commented on 184a120 Apr 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh huh it's annoying how Github automatically cross-linked the issue from this anyway. It was a test commit only.

@eirnym
Copy link

@eirnym eirnym commented on 184a120 Apr 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's fine by me as testing Travis is a very important task.

Please sign in to comment.