mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 06:16:08 +00:00
feat(ui): 'pumborder' (popup menu border) #25541
Problem: Popup menu cannot have a border. Solution: Support 'pumborder' option. Generalize `win_redr_border` to `grid_redr_border`, which redraws border for window grid and pum grid.
This commit is contained in:
@@ -4908,6 +4908,12 @@ A jump table for the options with a short description can be found at |Q_op|.
|
||||
<
|
||||
UI-dependent. Works best with RGB colors. 'termguicolors'
|
||||
|
||||
*'pumborder'*
|
||||
'pumborder' string (default "")
|
||||
global
|
||||
Defines the default border style of popupmenu windows. Same as
|
||||
'winborder'.
|
||||
|
||||
*'pumheight'* *'ph'*
|
||||
'pumheight' 'ph' number (default 0)
|
||||
global
|
||||
|
Reference in New Issue
Block a user