Function set_current_line
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.
pub fn set_current_line<Line>(line: Line) -> Result<(), Error>where
Line: Into<String>,Binding to nvim_set_current_line().
Sets the current line.