John Gehrig

Results 154 comments of John Gehrig

There is a rendering position difference between `:GuiRenderLigatures 1` and `:GuiRenderLigatures 0` **Repro Steps:** 1. `:GuiFont! Fira\ Code:h50` 2. `:set guifongwide=Noto\ Color\ Emoji:h18` 3. `:GuiRenderLigatures 0` 4. `:GuiRenderLigatures 1` **Example:**...

@void-m4110c Give `GuiRenderLigatures` a try! `:GuiRenderLigatures 0`: ![GuiRenderLigatures_OFF](https://user-images.githubusercontent.com/11207308/99158816-04632d80-26a5-11eb-8b0e-9da85b718be0.gif) `GuiRenderLigatures 1`: ![GuiRenderLigatures_ON](https://user-images.githubusercontent.com/11207308/99158813-fdd4b600-26a4-11eb-8610-dbd5a712ea48.gif) The feature is only available in `master, and is still alpha quality. If you see any issues please report...

@yatli Good point... 1. This is essentially the rendering scheme used in `GuiRenderLigatures`. 2. We don't currently render backwards, but in Qt this may not be necessary? I think we...

I can confirm this behavior on Windows/Linux running `master`. **Repro Steps:** 1. Start `nvim` or `nvim-qt` 2. Make unsaved changes. 3. Note location of swap file with `:sw` 4. Kill...

@aj3423 Thanks for the bug report! I'm stumped... From a quick inspection of the RPC commands, we are painting as instructed by `nvim`. On the surface, it looks like a...

I am not familiar with Tamil, but this looks like a ligature issue. I assume characters change based on their surroundings? If the above is true, ligatures are required for...

@j605 Sorry for the confusion. You need to provide an enable/disable argument `1` or `0`, so the full command would be `:GuiRenderLigatures 1`. The `:GuiRenderLigatures` feature is still a work...