import { report } from "https://deno.land/x/denops_std@v6.5.1/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)
type
GlobalOption<number>