mirror of
https://github.com/neovim/neovim.git
synced 2026-01-15 17:46:41 +10:00
Problem: Grid size check didn't account for border_width, causing row index out of bounds when drawing bordered popup menu. Solution: Check grid.rows against pum_height + border_width.