mirror of
https://github.com/neovim/neovim.git
synced 2026-03-05 07:42:35 +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.