From f83c25942dd8b94ad5218ce78b9e6fb86d2f0358 Mon Sep 17 00:00:00 2001 From: Daniel Steinberg Date: Mon, 28 Jun 2021 20:40:56 -0400 Subject: [PATCH] fix(doc/api): Remove 'border' as unsupported (#14916) PR #13998 added support for floating window borders. --- runtime/doc/api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index 919417f3a0..07c45c9298 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -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()| 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: >