Function nvim_oxi_api::err_write
source · pub fn err_write(str: &str)Expand description
Binding to nvim_err_write().
Writes a message to the Neovim error buffer. Does not append a newline
("\n"); the message gets buffered and won’t be displayed until a linefeed
is written.