Skip to main content

err_writeln

Function err_writeln 

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.