aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Steinberg <dstein64@users.noreply.github.com>2022-05-24 13:32:01 -0400
committerGitHub <noreply@github.com>2022-05-24 11:32:01 -0600
commite5490b38b720d04a3361fd83f50099f3a71dd6c1 (patch)
tree170851ffd8556a8c916af301d024b1d1f3bfba15
parenteebd682221bf529ba8c2bdd9a206fb32cfc2a8c9 (diff)
downloadrneovim-e5490b38b720d04a3361fd83f50099f3a71dd6c1.tar.gz
rneovim-e5490b38b720d04a3361fd83f50099f3a71dd6c1.tar.bz2
rneovim-e5490b38b720d04a3361fd83f50099f3a71dd6c1.zip
docs(api): floating wins omitted under :mksession (#18721)
-rw-r--r--runtime/doc/api.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index 58ec9756a2..e78f140e99 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -442,6 +442,9 @@ to disable various visual features such as the 'number' column.
Currently, floating windows don't support some widgets like scrollbar.
+The output of |:mksession| does not include commands for restoring floating
+windows.
+
Example: create a float with scratch buffer: >
let buf = nvim_create_buf(v:false, v:true)