-
-
Notifications
You must be signed in to change notification settings - Fork 683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
menu bar not hide ']' prefix item #853
Comments
@epheien Why do you need |
|
Thank you, I missed it |
Any other implementation of Vim GUI ignores GTK formally have name for popup menu, but it is always So we can file an issue to the Vim repo that MacVim is the only implementation which shows title for popup menu :D |
Vim patch 8.1.1722 Features: - Add 'MMDisableLaunchAnimation' option to disable the opening animation of MacVim Windows. macvim-dev#915 - Make 'MMTitlebarAppearsTransparent' work in pre-Mojave macOS versions. macvim-dev#917 Fixes: - Fix issue where MacVim would freeze when opening a file already opened in another MacVim window when swap files are enabled. macvim-dev#913 - Menu items with name starting with ']' now properly get hidden in the main menu bar (see `:help hidden-menus`). macvim-dev#853 Targets macOS 10.8+ Script interfaces have compatibility with these versions: - Lua 5.3 - Perl 5.18 - Python2 2.7 - Python3 3.7 - Ruby 2.6
Vim patch 8.1.1722 Features: - Add 'MMDisableLaunchAnimation' option to disable the opening animation of MacVim Windows. #915 - Make 'MMTitlebarAppearsTransparent' work in pre-Mojave macOS versions. #917 Fixes: - Fix issue where MacVim would freeze when opening a file already opened in another MacVim window when swap files are enabled. #913 - Menu items with name starting with ']' now properly get hidden in the main menu bar (see `:help hidden-menus`). #853 Targets macOS 10.8+ Script interfaces have compatibility with these versions: - Lua 5.3 - Perl 5.18 - Python2 2.7 - Python3 3.7 - Ruby 2.6
expect menu bar not show ]Toolbar, but I show
The text was updated successfully, but these errors were encountered: