mirror of
https://github.com/neovim/neovim.git
synced 2026-08-02 21:59:11 +00:00
Problem: pum_col goes negative when item width + border exceeds screen.
Solution: account for border_width in pum_compute_horizontal_placement()
instead of adjusting pum_col after the fact
(cherry picked from commit 8603fc9180)