OscarCreator / rsync.nvim

neovim plugin which synchronises project with rsync on save.
MIT License
83 stars 12 forks source link

jobstop will call on_exit #30

Closed OscarCreator closed 1 year ago

OscarCreator commented 1 year ago

When a save is triggered while one is running then on_exit is called when stopping the job.

This will print out an error message which isn't true.

OscarCreator commented 1 year ago

This should be fixed by #67