mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 05:48:17 +00:00

Problem: make_floating_popup_options only shows when opts.border is explicitly set, ignoring global winborder setting
Solution: check both opts.border and vim.o.winborder when determining whether to show title
(cherry picked from commit 5b1b46ea5a
)