mirror of
https://github.com/neovim/neovim.git
synced 2026-01-27 15:42:01 +10:00
Problem: `win_get_bordertext_col` returns column < 1 for right or center aligned text, if its length is more than window width. Solution: Return max(resulting_column, 1)
471 KiB
471 KiB