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

x/ddc_vim/deps.ts>op.winfixheight

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
variable op.winfixheight
import { op } from "https://deno.land/x/ddc_vim@v3.9.0/deps.ts";
const { winfixheight } = op;

Keep the window height when windows are opened or closed and 'equalalways' is set. Also for CTRL-W_=. Set by default for the preview-window and quickfix-window. The height may be changed anyway when running out of room.

(default off)

type

LocalOption<boolean>