diff options
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -368,6 +368,7 @@ typedef struct { char *filter; char *text; char *detail; // this can be NULL! + char *documentation; // this can be NULL! bool deprecated; SymbolKind kind; } Autocompletion; |