You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently vim is replacing the file with a new one when saving it, instead of modifying it. See notify-rs/notify#247 and notify-rs/notify#113. So it looks like we have to watch the directory instead.
Env:
When editing a source file using the vim editor, the following events will occur:
The
ModifyKind::Data
event will not occur.The text was updated successfully, but these errors were encountered: