mirror of
https://github.com/neovim/neovim.git
synced 2026-04-03 06:09:27 +00:00
docs: misc (#38578)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user