pub fn nvim_buf_set_lines<S: Into<String>>(
lua: &Lua,
buffer: u64,
start: u64,
end: u64,
strict_indexing: bool,
lines: Vec<S>,
) -> LuaResult<()>
Available on crate feature
vim
only.Expand description
Corresponds to vim.api.nvim_buf_set_lines