Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>op.verbosefile

Dark deno-powered completion framework for neovim/Vim8
Very Popular
Go to Latest
variable op.verbosefile
import { op } from "https://deno.land/x/ddc_vim@v3.9.0/deps.ts";
const { verbosefile } = op;

When not empty all messages are written in a file with this name. When the file exists messages are appended. Writing to the file ends when Vim exits or when 'verbosefile' is made empty. Writes are buffered, thus may not show up for some time. Setting 'verbosefile' to a new value is like making it empty first. The difference with :redir is that verbose messages are not displayed when 'verbosefile' is set.

(default empty)

type

GlobalOption<string>