Skip to main content
Module

x/denops_std/option/mod.ts>grepformat

📚 Standard module for denops.vim
Latest
variable grepformat
import { grepformat } from "https://deno.land/x/denops_std@v6.5.1/option/mod.ts";

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")