Open jmdevin opened 3 months ago
This is because when you don't :set backupcopy=yes
, it sometimes doesn't update file atomically. It is a classical problem of transactional fs update... I guess you'll have to use :set backupcopy=yes
for a while, as we may not fix it quickly, as it can easily create new bugs or performance issues.
Description
(See related typst bug typst/typst#3312) When saving a file with vim with
:set backupcopy=auto
, thetinymist preview
process reports this:Package/Software version:
Vim: 9.1.689
Logs
tinymist client log: I don't know what you would need from vim for this, but if you let me know I'll get it.
Additional context
From vim,
:help backupcopy