mirror of
https://github.com/neovim/neovim.git
synced 2026-01-07 20:07:23 +10:00
Problem: missing test condition for 'pummaxwidth' setting, pummaxwidth
not effective when width is 32 and height is 10
(after v9.1.1250)
Solution: add missing comparison condition in pum_width()
(glepnir)
closes: vim/vim#16999
532c5aec6f
Co-authored-by: glepnir <glephunter@gmail.com>