Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ddc_vim/deps.ts>op.report

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
variable op.report
import { op } from "https://deno.land/x/ddc_vim@v3.9.0/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)

type

GlobalOption<number>