diff options
author | Daniel Steinberg <dstein64@users.noreply.github.com> | 2021-06-28 20:40:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-28 20:40:56 -0400 |
commit | f83c25942dd8b94ad5218ce78b9e6fb86d2f0358 (patch) | |
tree | c82408fc668bced53648ae51bd301c3e95a5a4bc | |
parent | 99a4152a4bf8d5905838baf59882a7dc8ee3367f (diff) | |
download | rneovim-f83c25942dd8b94ad5218ce78b9e6fb86d2f0358.tar.gz rneovim-f83c25942dd8b94ad5218ce78b9e6fb86d2f0358.tar.bz2 rneovim-f83c25942dd8b94ad5218ce78b9e6fb86d2f0358.zip |
fix(doc/api): Remove 'border' as unsupported (#14916)
PR #13998 added support for floating window borders.
-rw-r--r-- | runtime/doc/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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: > |