This commit is contained in:
Justin M. Keyes
2025-08-24 19:43:48 -04:00
committed by GitHub
parent b2a136bd67
commit bccec33f5a
11 changed files with 94 additions and 96 deletions

View File

@@ -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)