mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
tests: update tests to use [gs]et_lines instead of [gs]et_line_slice
This commit is contained in:
@@ -320,7 +320,7 @@ local function curbuf_contents()
|
||||
-- previously sent keys are processed(vim_eval is a deferred function, and
|
||||
-- only processed after all input)
|
||||
wait()
|
||||
return table.concat(curbuf('get_line_slice', 0, -1, true, true), '\n')
|
||||
return table.concat(curbuf('get_lines', 0, -1, true), '\n')
|
||||
end
|
||||
|
||||
local function curwin(method, ...)
|
||||
|
||||
Reference in New Issue
Block a user