Function err_writeln

Source
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.