import { nvim_err_write } from "https://deno.land/x/denops_std@v4.1.4/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