Skip to main content
Module

x/denops_std/option/mod.ts>winfixwidth

📚 Standard module for denops.vim
Go to Latest
variable winfixwidth
import { winfixwidth } from "https://deno.land/x/denops_std@v4.1.1/option/mod.ts";

Keep the window width when windows are opened or closed and 'equalalways' is set. Also for |CTRL-W_=|. The width may be changed anyway when running out of room.

type

{ get(denops: Denops): Promise<boolean>; set(denops: Denops, value: boolean): Promise<void>; reset(denops: Denops): Promise<void>; getLocal(denops: Denops): Promise<boolean>; setLocal(denops: Denops, value: boolean): Promise<void>; resetLocal(denops: Denops): Promise<void>; }