docs(ui): 'pumborder' #36255

This commit is contained in:
Maria Solano
2025-10-20 15:10:03 -07:00
committed by GitHub
parent 869e55f2aa
commit c90135d6e5
3 changed files with 9 additions and 9 deletions

View File

@@ -4911,9 +4911,9 @@ A jump table for the options with a short description can be found at |Q_op|.
*'pumborder'*
'pumborder' string (default "")
global
Defines the default border style of popupmenu windows. Same as
'winborder'. |hl-PmenuBorder| is used. When style is "shadow", the
|hl-PmenuShadow| and |hl-PmenuShadowThrough| are used.
Defines the default border style of popupmenu windows. See 'winborder' for
valid values. |hl-PmenuBorder| is used for highlighting the border, and when
style is "shadow" the |hl-PmenuShadow| and |hl-PmenuShadowThrough| groups are used.
*'pumheight'* *'ph'*
'pumheight' 'ph' number (default 0)

View File

@@ -5129,9 +5129,9 @@ vim.o.pb = vim.o.pumblend
vim.go.pumblend = vim.o.pumblend
vim.go.pb = vim.go.pumblend
--- Defines the default border style of popupmenu windows. Same as
--- 'winborder'. `hl-PmenuBorder` is used. When style is "shadow", the
--- `hl-PmenuShadow` and `hl-PmenuShadowThrough` are used.
--- Defines the default border style of popupmenu windows. See 'winborder' for
--- valid values. `hl-PmenuBorder` is used for highlighting the border, and when
--- style is "shadow" the `hl-PmenuShadow` and `hl-PmenuShadowThrough` groups are used.
---
--- @type string
vim.o.pumborder = ""

View File

@@ -6726,9 +6726,9 @@ local options = {
defaults = { if_true = '' },
values = { '', 'double', 'single', 'shadow', 'rounded', 'solid', 'bold', 'none' },
desc = [=[
Defines the default border style of popupmenu windows. Same as
'winborder'. |hl-PmenuBorder| is used. When style is "shadow", the
|hl-PmenuShadow| and |hl-PmenuShadowThrough| are used.
Defines the default border style of popupmenu windows. See 'winborder' for
valid values. |hl-PmenuBorder| is used for highlighting the border, and when
style is "shadow" the |hl-PmenuShadow| and |hl-PmenuShadowThrough| groups are used.
]=],
short_desc = N_('border of popupmenu'),
type = 'string',