Skip to main content
Module

x/denops_std/option/mod.ts>wildoptions

📚 Standard module for denops.vim
Go to Latest
variable wildoptions
import { wildoptions } from "https://deno.land/x/denops_std@v3.9.3/option/mod.ts";

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