mirror of
https://github.com/neovim/neovim.git
synced 2026-02-18 01:18:34 +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`.