Skip to main content
Module

x/ddc_vim/deps.ts>op.cinwords

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

{not available when compiled without both the |+cindent| and the |+smartindent| features} These keywords start an extra indent in the next line when 'smartindent' or 'cindent' is set. For 'cindent' this is only done at an appropriate place (inside {}). Note that 'ignorecase' isn't used for 'cinwords'. If case doesn't matter, include the keyword both the uppercase and lowercase: "if,If,IF".