Skip to main content
Module

x/ddc_vim/deps.ts>op.winminheight

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

The minimal height of a window, when it's not the current window. This is a hard minimum, windows will never become smaller. When set to zero, windows may be "squashed" to zero lines (i.e. just a status bar) if necessary. They will return to at least one line when they become active (since the cursor has to have somewhere to go.) Use 'winheight' to set the minimal height of the current window. This option is only checked when making a window smaller. Don't use a large number, it will cause errors when opening more than a few windows. A value of 0 to 3 is reasonable.

(default 1)

type

GlobalOption<number>