mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix(doc/api): Remove 'border' as unsupported (#14916)
PR #13998 added support for floating window borders.
This commit is contained in:
parent
99a4152a4b
commit
f83c25942d
@ -422,7 +422,7 @@ Buffer text can be highlighted by typical mechanisms (syntax highlighting,
|
|||||||
options from the current window; specify `style=minimal` in |nvim_open_win()|
|
options from the current window; specify `style=minimal` in |nvim_open_win()|
|
||||||
to disable various visual features such as the 'number' column.
|
to disable various visual features such as the 'number' column.
|
||||||
|
|
||||||
Currently, floating windows don't support widgets like border or scrollbar.
|
Currently, floating windows don't support some widgets like scrollbar.
|
||||||
|
|
||||||
Example: create a float with scratch buffer: >
|
Example: create a float with scratch buffer: >
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user