mirror of
https://github.com/neovim/neovim.git
synced 2026-05-27 07:18:36 +00:00
Problem: Recombining composing chars in terminal doesn't work at right edge. Solution: Check for the case where printing the previous char didn't advance the cursor. Reset at_phantom when returning to combine_pos.