Skip to main content
Module

x/denops_std/option/mod.ts>wildignorecase

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

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)