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)