diff options
author | pommicket <pommicket@gmail.com> | 2022-12-22 16:10:39 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-22 16:10:39 -0500 |
commit | f2296487cf9b2e86261eaf1d448b723f3ef70202 (patch) | |
tree | 2ba2ba4d6c1c35c38621a359fe6113ce64ed214c /ted.h | |
parent | 9d04dcb7ce389c96e2c3fa1906b8896e24e65012 (diff) |
pretty nice completion!
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -360,6 +360,7 @@ typedef struct { typedef struct { bool open; // is the autocomplete window open? + bool waiting_for_lsp; Autocompletion *completions; // dynamic array of all completions u32 *suggested; // dynamic array of completions to be suggested (indices into completions) |