From e5490b38b720d04a3361fd83f50099f3a71dd6c1 Mon Sep 17 00:00:00 2001 From: Daniel Steinberg Date: Tue, 24 May 2022 13:32:01 -0400 Subject: docs(api): floating wins omitted under :mksession (#18721) --- runtime/doc/api.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime') 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) -- cgit