Skip to main content
Module

x/denops_std/option/mod.ts>tagcase

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

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.

(default "followic")