Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ddc_vim/deps.ts>op.winfixwidth

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
variable op.winfixwidth
import { op } from "https://deno.land/x/ddc_vim@v3.9.0/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>