mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
docs: fix typos
Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: Raphael <glephunter@gmail.com> Co-authored-by: C.D. MacEachern <craig.daniel.maceachern@gmail.com> Co-authored-by: himanoa <matsunoappy@gmail.com>
This commit is contained in:
@@ -4180,7 +4180,7 @@ describe('API', function()
|
||||
meths.cmd({ cmd = "buffers", mods = { filter = { pattern = "foo", force = true } } },
|
||||
{ output = true }))
|
||||
|
||||
-- with emsg_silent = true error is suppresed
|
||||
-- with emsg_silent = true error is suppressed
|
||||
feed([[:lua vim.api.nvim_cmd({ cmd = 'call', mods = { emsg_silent = true } }, {})<CR>]])
|
||||
eq('', meths.cmd({ cmd = 'messages' }, { output = true }))
|
||||
-- error from the next command typed is not suppressed #21420
|
||||
|
||||
Reference in New Issue
Block a user