Skip to main content
Module

x/ddc_vim/deps.ts>op.tagcase

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
variable op.tagcase
import { op } from "https://deno.land/x/ddc_vim@v2.3.0/deps.ts";
const { tagcase } = op;

This option specifies how case is handled when searching the tags file: followic Follow the 'ignorecase' option followscs Follow the 'smartcase' and 'ignorecase' options ignore Ignore case match Match case smart Ignore case unless an upper case letter is used NOTE: This option is set to the Vi default value when 'compatible' is set and to the Vim default value when 'compatible' is reset.