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

x/denops_std/function/nvim/mod.ts>nvim_err_writeln

📚 Standard module for denops.vim
Go to Latest
function nvim_err_writeln
import { nvim_err_writeln } from "https://deno.land/x/denops_std@v5.0.1/function/nvim/mod.ts";

Writes a message to the Vim error buffer. Appends "\n", so the buffer is flushed (and displayed).

Parameters: {str} Message

See also: nvim_err_write()

Parameters

denops: Denops
str: unknown

Returns

Promise<unknown>