Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>op.wildmode

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