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