mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
docs(api): floating wins omitted under :mksession (#18721)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user