Skip to main content
Module

x/ddc_vim/deps.ts>op.winfixwidth

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.winfixwidth
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { winfixwidth } = op;

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.

(default off)

type

LocalOption<boolean>