Files
neovim/test/functional
nwounkn 9de157bce4 fix(float): win_get_bordertext_col returning negative column number (#25752)
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)
2023-10-26 11:44:28 +08:00
..
2023-10-12 07:04:16 -07:00
2023-10-10 19:20:32 +02:00