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

x/ddc_vim/deps.ts>op.wildignorecase

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

When set case is ignored when completing file names and directories. Has no effect when 'fileignorecase' is set. Does not apply when the shell is used to expand wildcards, which happens when there are special characters.

(default off)

type

GlobalOption<boolean>