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
External editor does not autoupdate on MacOS when saving the generated tmp file. Likely due to fsnotify watching the file, solution may be to watch the tmp directory and monitor for when a new file is moved over the top of the monitored filename as well as write events.
The text was updated successfully, but these errors were encountered:
External editor does not autoupdate on MacOS when saving the generated tmp file. Likely due to fsnotify watching the file, solution may be to watch the tmp directory and monitor for when a new file is moved over the top of the monitored filename as well as write events.
The text was updated successfully, but these errors were encountered: