pub fn out_write<Msg>(str: Msg)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.
pub fn out_write<Msg>(str: Msg)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.