Function echo

Source
pub fn echo<'hl, Text, Chunks>(
    chunks: Chunks,
    history: bool,
) -> Result<(), Error>
where Chunks: IntoIterator<Item = (Text, Option<&'hl str>)>, Text: Into<String>,
Expand description

Binding to nvim_echo.

Echoes a message to the Neovim message area.