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.wildoptions

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

{not available when compiled without the |+wildignore| feature} A list of words that change how command line completion is done. Currently only one word is allowed: tagfile When using CTRL-D to list matching tags, the kind of tag and the file of the tag is listed. Only one match is displayed per line. Often used tag kinds are: d #define f function Also see |cmdline-completion|.