mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 15:51:32 +00:00
docs: misc #35459
This commit is contained in:
@@ -31,7 +31,7 @@ describe('vim.range', function()
|
||||
eq(buf, range.end_.buf)
|
||||
end)
|
||||
|
||||
it('create a range from two positions when optional fields are not matched', function()
|
||||
it('creates a range from two positions when optional fields are not matched', function()
|
||||
local range = exec_lua(function()
|
||||
return vim.range(vim.pos(3, 5), vim.pos(4, 6))
|
||||
end)
|
||||
@@ -62,7 +62,7 @@ describe('vim.range', function()
|
||||
eq(success, false)
|
||||
end)
|
||||
|
||||
it('supports conversion between vim.Range and lsp.Range', function()
|
||||
it('converts between vim.Range and lsp.Range', function()
|
||||
local buf = exec_lua(function()
|
||||
return vim.api.nvim_get_current_buf()
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user