Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
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@v3.9.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.