Skip to main content
Module

x/ddc_vim/deps.ts>op.debug

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

These values can be used: msg Error messages that would otherwise be omitted will be given anyway. throw Error messages that would otherwise be omitted will be given anyway and also throw an exception and set v:errmsg. beep A message will be given when otherwise only a beep would be produced. The values can be combined, separated by a comma. "msg" and "throw" are useful for debugging 'foldexpr', 'formatexpr' or 'indentexpr'.

(default "")

type

GlobalOption<string>