mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
refactor: use nvim.foo.bar format for autocommand groups
This commit is contained in:
@@ -644,7 +644,7 @@ describe('TUI', function()
|
||||
|
||||
aunmenu PopUp
|
||||
" Delete the default MenuPopup event handler.
|
||||
autocmd! nvim_popupmenu
|
||||
autocmd! nvim.popupmenu
|
||||
menu PopUp.foo :let g:menustr = 'foo'<CR>
|
||||
menu PopUp.bar :let g:menustr = 'bar'<CR>
|
||||
menu PopUp.baz :let g:menustr = 'baz'<CR>
|
||||
|
||||
Reference in New Issue
Block a user