mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 18:06:29 +10: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.