Skip to main content
Module

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

📚 Standard module for denops.vim
Latest
function nvim_err_write
import { nvim_err_write } from "https://deno.land/x/denops_std@v6.5.0/function/nvim/mod.ts";

Writes a message to the Vim error buffer. Does not append "\n", the message is buffered (won't display) until a linefeed is written.

Parameters:

  • {str} Message

Parameters

denops: Denops
str: unknown

Returns

Promise<unknown>