mirror of
https://github.com/neovim/neovim.git
synced 2026-08-26 00:51:53 +00: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)