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

x/ddc_vim/deps.ts>op.cmdheight

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

Number of screen lines to use for the command-line. A larger value helps avoiding hit-enter prompts. The value of this option is stored with the tab page, so that each tab page can have a different value.

(default 1)

type

GlobalOrLocalOption<number>