fix(doc/api): Remove 'border' as unsupported (#14916)

PR #13998 added support for floating window borders.
This commit is contained in:
Daniel Steinberg
2021-06-28 20:40:56 -04:00
committed by GitHub
parent 99a4152a4b
commit f83c25942d

View File

@@ -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: >