Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ddc_vim/deps.ts>op.grepformat

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

Format to recognize for the ":grep" command output. This is a scanf-like string that uses the same format as the 'errorformat' option: see errorformat.

(default "%f:%l:%m,%f:%l%m,%f %l%m")

type

GlobalOption<string>