Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denops_std/option/mod.ts>ignorecase

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

Ignore case in search patterns. Also used when searching in the tags file. Also see 'smartcase' and 'tagcase'. Can be overruled by using "\c" or "\C" in the pattern, see /ignorecase.

(default off)