You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm that's weird. I'm not seeing on my local machine. If you don't mind, can you try to run a clean instance of Vim and see if it reproduces? You can do that by either mvim --clean or within MacVim, go to File -> New Clean Window.
Also do you mind showing me your MacVim settings? You can do so by doing the following:
defaults read org.vim.MacVim | grep MM
Also, have you seen this outside of the terminal or in other situations?
More testing: guifont=-monospace-Thin:h14 - shows the issue guifont=-monospace-Thin:h12 - shows the issue guifont=-monospace-Thin:h15 - does not shows the issue
Ok I managed to reproduce this. It was easier to see on a non-retina screen. Will need to take a look first, as I'm hoping to push out r181 soon. Will need to decide if this fix goes in before that.
Steps to reproduce
Expected behaviour
The bottom of the characters should not be clipped (i.e. the 'g' in the screenshot should show the bottom of the 'g')
Version of Vim and architecture
MacVim r180.2 (Vim 9.1.1000)
Environment
MacOS 15.3.1
How MacVim was installed
Compiled from git via GitHub
Logs and stack traces
Vim configuration where issue is reproducable
guifont=-monospace-Thin:h14
Issue has been tested with given configuration
Issue has been tested with no configuration
mvim --clean
(orgvim
, supplied by MacVim distribution)vim --clean
(in terminal, supplied by MacVim distribution)vim --clean
(in terminal, other suppliers, e.g. /usr/bin/vim)Other conditions
The text was updated successfully, but these errors were encountered: