summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ted.h b/ted.h
index c872697..4327173 100644
--- a/ted.h
+++ b/ted.h
@@ -413,8 +413,9 @@ typedef struct {
u32 nlines;
/// capacity of \ref lines
u32 lines_capacity;
- /// cached tab width, updated every frame
- u8 tab_width;
+
+ /// cached settings index (into ted->all_settings), or -1 if has not been computed yet
+ i32 settings_idx;
/// which LSP this document is open in
LSPID lsp_opened_in;