Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ddu_vim/deps.ts>op.errorformat

Dark deno-powered UI framework for neovim/Vim
Very Popular
Go to Latest
variable op.errorformat
import { op } from "https://deno.land/x/ddu_vim@v4.0.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>