mirror of
https://github.com/neovim/neovim.git
synced 2026-08-09 08:51:06 +00: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.