Function put
pub fn put<Line, Lines>(
lines: Lines,
reg_type: RegisterType,
after: bool,
follow: bool,
) -> Result<(), Error>Expand description
Binding to nvim_put().
Puts text at cursor, in any mode.
pub fn put<Line, Lines>(
lines: Lines,
reg_type: RegisterType,
after: bool,
follow: bool,
) -> Result<(), Error>Binding to nvim_put().
Puts text at cursor, in any mode.