summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-08 09:55:18 -0500
committerpommicket <pommicket@gmail.com>2023-01-08 09:55:18 -0500
commit21c2b2244e4abddd70b9e1ee298dfe4b7a6d6d2d (patch)
tree03fc644ee82f31a83d63821ca4b5238533802020 /main.c
parent2d2922637d08bb156cfdcbaaba00a974e6e7a8cf (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.c3
1 files changed, 0 insertions, 3 deletions
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 <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