import { op } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { report } = op;
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)