pub fn err_writeln(str: &str)
Expand description
Binding to nvim_err_writeln
.
Writes a message to the Neovim error buffer. Appends a newline ("\n"
), so
the buffer is flushed and displayed.
pub fn err_writeln(str: &str)
Binding to nvim_err_writeln
.
Writes a message to the Neovim error buffer. Appends a newline ("\n"
), so
the buffer is flushed and displayed.