mirror of
https://github.com/neovim/neovim.git
synced 2026-03-10 18:14:50 +10:00
Problem: The `over_flow` parameter in `grid_draw_bordertext` always added 1 for the '<' character. As a result, titles that fit exactly were still truncated with an unnecessary '<'. Solution: Adjust `over_flow` only when the actual overflow is greater than 0. Fix #36872
432 KiB
432 KiB