Skip to main content
Latest
function fn.winrestcmd
import { fn } from "https://deno.land/x/denops_lsputil@v0.9.4/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

Returns

Promise<string>