mirror of
https://github.com/neovim/neovim.git
synced 2026-05-15 17:54:48 +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.