mirror of
https://github.com/neovim/neovim.git
synced 2026-09-12 17:11:02 +00:00
* Cancel watcher in the "force" case. * Cancel watcher outside the async callback. It seems nvim doesn't wait async jobs on quitting, leaving detached inotifywait processes. * Clean up cancelling callbacks.