docs: misc (#31138)

Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
dundargoc
2024-11-20 23:50:30 +01:00
committed by GitHub
parent cedf155fb5
commit 07db909eb5
20 changed files with 15 additions and 20 deletions

View File

@@ -114,7 +114,7 @@ describe('vim.system', function()
end)
if t.is_os('win') then
it('can resolve windows command extentions.', function()
it('can resolve windows command extensions', function()
t.write_file('test.bat', 'echo hello world')
system_sync({ 'chmod', '+x', 'test.bat' })
system_sync({ './test' })