out_write

Function out_write 

Source
pub fn out_write<Msg>(str: Msg)
where Msg: Into<String>,
Expand description

Binding to nvim_out_write.

Writes a message to the Vim output buffer, without appending a “\n”. The message is buffered and won’t be displayed until a linefeed is written.