docs: misc (#38578)

This commit is contained in:
zeertzjq
2026-04-01 07:59:51 +08:00
committed by GitHub
parent d29db48e0a
commit a89d7dcb91
7 changed files with 14 additions and 14 deletions

View File

@@ -345,7 +345,7 @@ describe('vim._with', function()
exec_lua,
[[
_G.f = function()
error('This error should not interfer with execution', 0)
error('This error should not interfere with execution', 0)
end
-- Should not produce error same as `vim.cmd('silent! lua _G.f()')`
vim._with({ emsg_silent = true }, f)