Function set_current_line

Source
pub fn set_current_line<Line>(line: Line) -> Result<(), Error>
where Line: Into<String>,
Expand description

Binding to nvim_set_current_line().

Sets the current line.