Skip to main content
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@v3.9.3/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|.