mirror of
https://github.com/neovim/neovim.git
synced 2026-02-28 22:28:26 +00:00
Problem: When the popupmenu has no border but includes a scrollbar, the info window column is misaligned due to a missing column offset. Solution: Apply a one-column offset to the info window when the popup menu has no border and a scrollbar is present.