Skip to main content
Module

x/ddc_vim/deps.ts>op.wildignorecase

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.wildignorecase
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/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>