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

x/ddu_vim/deps.ts>op.ignorecase

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

Ignore case in search patterns, cmdline-completion, when searching in the tags file, and non-|Vim9| expr-==. Also see 'smartcase' and 'tagcase'. Can be overruled by using "\c" or "\C" in the pattern, see /ignorecase.

(default off)

type

GlobalOption<boolean>