diff options
author | pommicket <pommicket@gmail.com> | 2023-08-04 19:43:56 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-08-04 19:43:56 -0400 |
commit | 4cdbd1c8caf7fbd9ed584049312241a0e039e115 (patch) | |
tree | 54dacf1d8974bffff974f87b781d4e6958fc36b7 /ted.h | |
parent | 45d69107725a02cf6d912a571b771da3ef5abfbf (diff) |
more document link parsing
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -668,8 +668,6 @@ typedef struct { /// "document link" information (LSP) typedef struct { LSPServerRequestID last_request; - // time when activation key was pressed - double key_press_time; } DocumentLink; /// "hover" information from LSP server |