Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
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@v4.1.5/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>