pub fn put<Line, Lines>( lines: Lines, reg_type: RegisterType, after: bool, follow: bool, ) -> Result<(), Error>where Lines: Iterator<Item = Line>, Line: Into<String>,
Binding to nvim_put.
nvim_put
Puts text at cursor, in any mode.