mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 06:20:53 +00:00
docs: misc (#38661)
docs: misc (#38578)
(cherry picked from commit a89d7dcb91)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
This commit is contained in:
committed by
GitHub
parent
90b4f02b44
commit
794ce7a9d2
@@ -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