import { winrestcmd } from "https://deno.land/x/denops_std@v5.0.2/function/mod.ts";
Returns a sequence of :resize
commands that should restore
the current window sizes. Only works properly when no windows
are opened or closed and the current window and tab page is
unchanged.
Example:
:let cmd = winrestcmd()
:call MessWithWindowSizes()
:exe cmd
Parameters
denops: Denops