Skip to main content
Module

x/ddc_vim/deps.ts>op.report

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.report
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/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>