mirror of
https://github.com/neovim/neovim.git
synced 2026-03-23 17:10:52 +00:00
Problem: `do_autocmd_progress` does unnecessary work even if there is no Progress event handler defined. Solution: Check `has_event`.
Problem: `do_autocmd_progress` does unnecessary work even if there is no Progress event handler defined. Solution: Check `has_event`.