summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ted.h b/ted.h
index 2bc7d43..a2c0c98 100644
--- a/ted.h
+++ b/ted.h
@@ -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)