diff options
author | pommicket <pommicket@gmail.com> | 2023-01-03 23:35:02 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-03 23:35:02 -0500 |
commit | 4e73c6a204383667aad6ce3905e16aee2a172fb6 (patch) | |
tree | 1e075fa743ea6277679404f7bfd3caecaa1f4308 /main.c | |
parent | b6460a7aac5196b8cb6174bdaa8cc2ab82310380 (diff) |
fix double-free response_to
also cancel old workspace/symbols requests
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ @TODO: - ted.h documentation - document lsp.h and lsp.c. +- debug-lsp option (which logs LSP messages) - check LSP process status (TEST: what happens if LSP server is not installed) - make tags_dir the root folder - check that tags still works |