neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit e5490b38b720d04a3361fd83f50099f3a71dd6c1
parent eebd682221bf529ba8c2bdd9a206fb32cfc2a8c9
Author: Daniel Steinberg <dstein64@users.noreply.github.com>
Date:   Tue, 24 May 2022 13:32:01 -0400

docs(api): floating wins omitted under :mksession (#18721)


Diffstat:
Mruntime/doc/api.txt | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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)