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.
pub fn err_write(str: &str)
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.