diff options
author | pommicket <pommicket@gmail.com> | 2023-01-08 09:55:18 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-08 09:55:18 -0500 |
commit | 21c2b2244e4abddd70b9e1ee298dfe4b7a6d6d2d (patch) | |
tree | 03fc644ee82f31a83d63821ca4b5238533802020 /main.c | |
parent | 2d2922637d08bb156cfdcbaaba00a974e6e7a8cf (diff) |
write first to <path>.ted-tmp then rename to <path>.
this prevents freak occurences, e.g. power outage during file write,
from losing (all) data.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -13,9 +13,6 @@ - texlab bug report: - textDocument/definition gives LocationLink regardless of client capabilities FUTURE FEATURES: -- write first to <path>.tmp then rename to <path>. - this prevents freak occurences, e.g. power outage during file write, - from losing (all) data. - manual.md - better handling of backspace with space indentation - CSS highlighting |