diff options
author | pommicket <pommicket@gmail.com> | 2023-01-03 23:22:15 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-03 23:22:15 -0500 |
commit | b6460a7aac5196b8cb6174bdaa8cc2ab82310380 (patch) | |
tree | dd6be579865b4b3bb62a4d709a4347bf2bf1446e /main.c | |
parent | adabc989a118190a4dc7e85315b5a337b806b314 (diff) |
handle multiple definitions of a symbol with the same name
in the definitions menu
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,8 +1,6 @@ /* @TODO: - ted.h documentation -- handle multiple symbols with same name in go-to-definition menu -- better non-error window/showMessage(Request) - document lsp.h and lsp.c. - check LSP process status (TEST: what happens if LSP server is not installed) - make tags_dir the root folder |