mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
docs(ui): 'pumborder' #36255
This commit is contained in:
@@ -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)
|
||||
|
||||
6
runtime/lua/vim/_meta/options.lua
generated
6
runtime/lua/vim/_meta/options.lua
generated
@@ -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 = ""
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user