mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00

Problem: If autocmd pattern only contained `++once` handlers, and all of them completed, then there would be an empty group displayed by `:autocmd Foo`. Solution: Delete the pattern if all of its commands were deleted.