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