mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
test: hoist buf_lines()
This commit is contained in:
@@ -729,10 +729,6 @@ describe('LSP util', function()
|
||||
}
|
||||
end
|
||||
|
||||
local function buf_lines(bufnr)
|
||||
return exec_lua("return vim.api.nvim_buf_get_lines((...), 0, -1, false)", bufnr)
|
||||
end
|
||||
|
||||
describe('apply_edits', function()
|
||||
it('should apply simple edits', function()
|
||||
local edits = {
|
||||
|
||||
Reference in New Issue
Block a user