Function put

Source
pub fn put<Line, Lines>(
    lines: Lines,
    reg_type: RegisterType,
    after: bool,
    follow: bool,
) -> Result<(), Error>
where Lines: Iterator<Item = Line>, Line: Into<String>,
Expand description

Binding to nvim_put.

Puts text at cursor, in any mode.