docs: misc (#38661)

docs: misc (#38578)

(cherry picked from commit a89d7dcb91)

Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
neovim-backports[bot]
2026-03-31 20:40:33 -04:00
committed by GitHub
parent 90b4f02b44
commit 794ce7a9d2
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)