Skip to main content
Module

x/denops_std/option/mod.ts>verbosefile

📚 Standard module for denops.vim
Go to Latest
variable verbosefile
import { verbosefile } from "https://deno.land/x/denops_std@v6.2.0/option/mod.ts";

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. This option cannot be set from a modeline or in the sandbox, for security reasons.

(default empty)