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@v6.3.0/option/mod.ts";

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)