The italics cause the last character to cut off, making it hard to see.
Is this something that can be fixed without removing the italics style from the theme?
Using GVim with wombat theme on Windows.
EDIT: thanks kemp, it was indeed a font bug.
As Kemp suggested and Marco acknowledged, it's a font issue. Here's how to fix it:
:set guifont=Consolas
Or, in vimrc:
if has("gui_macvim")
set guifont=Menlo
elseif has("gui_running")
set guifont=Consolas
endif
As kemp suggested, the issue was with the font. Switching the font to something other than fixedsys resolved the issue.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With