mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
refactor: use nvim.foo.bar format for autocommand groups
This commit is contained in:
@@ -32,7 +32,7 @@ describe('default', function()
|
||||
describe('popupmenu', function()
|
||||
it('can be disabled by user', function()
|
||||
n.clear {
|
||||
args = { '+autocmd! nvim_popupmenu', '+aunmenu PopUp' },
|
||||
args = { '+autocmd! nvim.popupmenu', '+aunmenu PopUp' },
|
||||
}
|
||||
local screen = Screen.new(40, 8)
|
||||
n.insert([[
|
||||
|
||||
Reference in New Issue
Block a user