mirror of
https://github.com/neovim/neovim.git
synced 2026-07-17 14:41:33 +00:00
fix(ui): set stc to empty in floatwin with minimal style (#21720)
fix(ui): set stc to emtpy in floatwin with minimal style
This commit is contained in:
@@ -3042,10 +3042,10 @@ nvim_open_win({buffer}, {enter}, {*config}) *nvim_open_win()*
|
||||
Disables 'number', 'relativenumber', 'cursorline',
|
||||
'cursorcolumn', 'foldcolumn', 'spell' and 'list'
|
||||
options. 'signcolumn' is changed to `auto` and
|
||||
'colorcolumn' is cleared. The end-of-buffer region is
|
||||
hidden by setting `eob` flag of 'fillchars' to a space
|
||||
char, and clearing the |hl-EndOfBuffer| region in
|
||||
'winhighlight'.
|
||||
'colorcolumn' is cleared. 'statuscolumn' is changed to
|
||||
empty. The end-of-buffer region is hidden by setting
|
||||
`eob` flag of 'fillchars' to a space char, and clearing
|
||||
the |hl-EndOfBuffer| region in 'winhighlight'.
|
||||
|
||||
• border: Style of (optional) window border. This can either
|
||||
be a string or an array. The string values are
|
||||
|
||||
Reference in New Issue
Block a user