From 21c2b2244e4abddd70b9e1ee298dfe4b7a6d6d2d Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 8 Jan 2023 09:55:18 -0500 Subject: write first to .ted-tmp then rename to . this prevents freak occurences, e.g. power outage during file write, from losing (all) data. --- main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 8393da8..4bacfb4 100644 --- a/main.c +++ b/main.c @@ -13,9 +13,6 @@ - texlab bug report: - textDocument/definition gives LocationLink regardless of client capabilities FUTURE FEATURES: -- write first to .tmp then rename to . - 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 -- cgit v1.2.3