-
-
Notifications
You must be signed in to change notification settings - Fork 684
Rows of text seem clipped at certain font sizes on Catalina #905
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
Comments
I will need to see if I can repro this under the new Xcode. Otherwise could be tricky as I don't have a beta Catalina install with me. |
I'd wait for first public beta. Before that point macOS is not really usable at all |
Aside from the MacVim issue my workflow is fine and I've just been running |
I'm really surprised to read it! This release will be the first one with relatively stable betas, since it wasn't a case since macOS 10.7 Beta 1 |
Public Beta is out… |
It's interesting, I can reproduce it with
|
This is a duplicate of #883. |
Oh, @eirnym, it's because the comparison sees that the new font
That's why in this case |
|
I've tried it after Fira Code, to guarantee that it's a different one |
That's why you are not hitting the problem with Fira Code. |
and what's about Menlo? I've set Fira Code first, then Menlo, and issue still exists. This doesn't neglect your issue on |
How exactly did you do that? Did you execute multiple |
I think this should now be fixed and will be released in the next update. If someone wants to confirm (I haven't installed the beta macOS yet) that would be great. |
I'll test it today |
i'm happy to test but i don't particularly want to build this myself and it seems like the last release was 157, any chance of 158 being released to test? |
I'm also surprised this wasn't fixed/released prior to Catalina's release. |
@securitygeneration This is an open source project. You could do a contribution of your time and knowledge. |
@eirnym I was following this and saw that it seemed to be tentatively resolved (#905 (comment)), and so it didn't seem to need any additional attention (although yes, I could've tried to test it). |
Next update will be out this weekend. |
Any updates on this? |
As per @eirnym, I am posting this here and closing my issue. I can confirm this is still an issue after the weekend. I am running the latest release: And can confirm fonts still look strange: And that the changing the font size back and forth fixes things: My macOS version:
|
@isaki Thank you for an addition, Please, write which distribution of MacVim do you use (e.g. GitHub, Homebrew, MacPorts, etc) and which font are you using ( |
Here it fixes it temporarily for that one buffer/window, but not permanently. (I'm using the distribution from https://github.com/macvim-dev/macvim/releases plus auto-updates.)
|
I have the exact issue as well. I always have to increase and then decrease the font size upon opening a file to fix the clipping. Using macOS 10.15 build version 19A583, Homebrew distribution of MacVim, and |
@eirnym I am using the GitHub distribution of MacVim. I apparently have no font set once so ever: Also, commands are also being chopped off: Finally, this is the font setup that seems to be in use when I run I hope this information helps! |
Thank you, this is fixed in |
Vim patch 8.1.2102 Features: - Can now use autocommand to detect an OS appearance change (dark vs light mode). See `:help OSAppearanceChanged`. macvim-dev#766 Fixes: - Fix text being clipped in macOS Catalina. macvim-dev#905 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.2168 Features: - Can now use autocommand to detect an OS appearance change (dark vs light mode). See `:help OSAppearanceChanged`. #766 Fixes: - Fix text being clipped in macOS Catalina. #905 - Fix "E432: Tags file not sorted" issue in macOS Catalina. #953. (Vim 8.1.2152) 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
This should be fixed in snapshot-159. Let me know if it isn't. |
This has indeed fixed it, thank you! |
Can confirm as well. Thanks! |
Running 8.1.950 on Catalina, when I start MacVim, some lowercase letters are getting clipped:
If I adjust the font size and then adjust it back, things are rendered correctly:
This started as soon as I upgraded to Catalina -- Mojave was fine. My font settings are English/Menlo/Regular/11
The text was updated successfully, but these errors were encountered: