mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
docs: small fixes (#25585)
Co-authored-by: tmummert <doczook@gmx.de> Co-authored-by: parikshit adhikari <parikshitadhikari@gmail.com>
This commit is contained in:
@@ -1333,7 +1333,7 @@ describe('autocmd api', function()
|
||||
local without_group = meths.get_autocmds(search)
|
||||
eq(2, #without_group)
|
||||
|
||||
-- Doest clear with passing group.
|
||||
-- Doesn't clear with passing group.
|
||||
meths.clear_autocmds { buffer = 0, group = search.group }
|
||||
local with_group = meths.get_autocmds(search)
|
||||
eq(1, #with_group)
|
||||
|
||||
Reference in New Issue
Block a user