mirror of
https://github.com/neovim/neovim.git
synced 2026-02-07 12:27:20 +00:00
Problem: A double-width char in a floating window causes an extra
space to be drawn to the left of its boundary.
Solution: Only reset skipstart at the first column.
Fix #24775