Skip to main content
Module

x/ddc_vim/deps.ts>op.errorformat

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

Scanf-like description of the format for the lines in the error file (see errorformat).

(default is very long)

not available when compiled without the +quickfix feature

type

GlobalOrLocalOption<string>