mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
refactor: use nvim.foo.bar format for autocommand groups
This commit is contained in:
@ -1094,7 +1094,7 @@ describe('ext_multigrid', function()
|
||||
end)
|
||||
|
||||
it('supports mouse', function()
|
||||
command('autocmd! nvim_popupmenu') -- Delete the default MenuPopup event handler.
|
||||
command('autocmd! nvim.popupmenu') -- Delete the default MenuPopup event handler.
|
||||
insert('some text\nto be clicked')
|
||||
screen:expect{grid=[[
|
||||
## grid 1
|
||||
|
Reference in New Issue
Block a user