mirror of
https://github.com/neovim/neovim.git
synced 2026-02-22 10:22:17 +10: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.