Skip to main content
Module

x/ddc_vim/deps.ts>op.smartcase

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.smartcase
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { smartcase } = op;

Override the 'ignorecase' option if the search pattern contains upper case characters. Only used when the search pattern is typed and 'ignorecase' option is on. Used for the commands "/", "?", "n", "N", ":g" and ":s". Not used for "", "#", "gd", tag search, etc. After "" and "#" you can make 'smartcase' used by doing a "/" command, recalling the search pattern from history and hitting <Enter>. NOTE: This option is reset when 'compatible' is set.

(default off)

type

GlobalOption<boolean>