Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ddu_vim/deps.ts>op.fileignorecase

Dark deno-powered UI framework for neovim/Vim
Go to Latest
variable op.fileignorecase
import { op } from "https://deno.land/x/ddu_vim@v4.0.0/deps.ts";
const { fileignorecase } = op;

When set case is ignored when using file names and directories. See 'wildignorecase' for only ignoring case when doing completion.

(default on for systems where case in file names is normally ignored)

type

GlobalOption<boolean>