Skip to main content
Module

x/denops_std/option/mod.ts>report

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

Threshold for reporting number of lines changed. When the number of changed lines is more than 'report' a message will be given for most ":" commands. If you want it always, set 'report' to 0. For the ":substitute" command the number of substitutions is used instead of the number of lines.

(default 2)