import { fn } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { winrestcmd } = fn;
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