mirror of
https://github.com/neovim/neovim.git
synced 2026-05-18 11:10:11 +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.