summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.c b/main.c
index ff62481..d035efc 100644
--- a/main.c
+++ b/main.c
@@ -10,7 +10,9 @@
- bad json can give "Unexpected error: client exited without proper shutdown sequence"
- containerName not always given in workspace/symbols
- clangd bug report:
- - textDocumemt/definition on ted.h declarations just gives you the declaration
+ - textDocument/definition on ted.h declarations just gives you the declaration
+- 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,