Skip to main content
Module

x/ddc_vim/deps.ts>op.wildmode

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

Completion mode that is used for the character specified with 'wildchar'. It is a comma separated list of up to four parts. Each part specifies what to do for each consecutive use of 'wildchar'. The first part specifies the behavior for the first use of 'wildchar', The second part for the second use, etc.