Skip to main content
Module

x/ddc_vim/deps.ts>op.spellcapcheck

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

Pattern to locate the end of a sentence. The following word will be checked to start with a capital letter. If not then it is highlighted with SpellCap hl-SpellCap (unless the word is also badly spelled). When this check is not wanted make this option empty. Only used when 'spell' is set. Be careful with special characters, see option-backslash about including spaces and backslashes. To set this option automatically depending on the language, see set-spc-auto.

(default "[.?!]_[])'" \t]+")

not available when compiled without the +syntax feature

type

LocalOption<string>