ElmCast / elm-vim

Elm plugin for Vim
BSD 3-Clause "New" or "Revised" License
572 stars 102 forks source link

Elm formatting breaks file watching #178

Closed mikolajpp closed 5 years ago

mikolajpp commented 5 years ago

Enabling g:elm_format_autosave breaks file watchers of all kinds. It seems elm format is renaming the file, instead of overwriting it, as evidenced by inotify events.

richyliu commented 5 years ago

Duplicate of #160