Skip to main content
Module

x/denops_std/option/mod.ts>grepformat

📚 Standard module for denops.vim
Go to Latest
variable grepformat
import { grepformat } from "https://deno.land/x/denops_std@v5.2.0/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")