macvim-dev / macvim

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

Rendering Bug with the statusline #464

Open rodcloutier opened 7 years ago

rodcloutier commented 7 years ago

The following issue https://github.com/vim/vim/issues/1520 was reproduced in MacVim. Maybe it should be tracked here as well.

eirnym commented 5 years ago

DirectX is not applicable to MacVim.

ychin commented 5 years ago

I think it could be a parallel bug that only showed up in MacVim. I could try to repro if I have time but I"ll see if anyone comments on this.

eirnym commented 5 years ago

We also could look into fix and compare if required. The original problem was broken alignment after wide characters, as I see, and it was fixed by giving a different rendering hint to it.

Also there was similar bug with rendering #762 If it's the same, the latter one has more informative comments and I propose to close this to keep history in the single place.

eirnym commented 5 years ago

I've caught this with core renderer disabled on Mojave/build 155/Fira Code. otherwise it works fine for me.