mirror of
https://github.com/neovim/neovim.git
synced 2026-04-19 22:10:45 +00:00
docs: misc #35459
This commit is contained in:
@@ -30,7 +30,7 @@ describe('vim.pos', function()
|
||||
eq(buf, pos.buf)
|
||||
end)
|
||||
|
||||
it('supports comparisons by overloaded mathmatical operators', function()
|
||||
it('comparisons by overloaded operators', function()
|
||||
eq(
|
||||
true,
|
||||
exec_lua(function()
|
||||
@@ -69,7 +69,7 @@ describe('vim.pos', function()
|
||||
)
|
||||
end)
|
||||
|
||||
it('supports conversion between vim.Pos and lsp.Position', function()
|
||||
it('converts between vim.Pos and lsp.Position', function()
|
||||
local buf = exec_lua(function()
|
||||
return vim.api.nvim_get_current_buf()
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user