macvim-dev / macvim

Vim - the text editor - for macOS
https://macvim.org
Vim License
7.47k stars 680 forks source link

Fix non-Core Text renderer not working well with wide text #1297

Closed ychin closed 1 year ago

ychin commented 1 year ago

This was previously broken by #1287 as I did not update the new constants' values.

Also, make strikethrough work in it.

The non-CoreText renderer is essentially deprecated and will be removed in near future, but for now just fix up the straggling bugs since this is easy to do so.

Fix #1296