mirror of
https://github.com/neovim/neovim.git
synced 2026-04-05 07:09:23 +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.