summaryrefslogtreecommitdiff
path: root/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'buffer.c')
-rw-r--r--buffer.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/buffer.c b/buffer.c
index 56f0447..6357ce4 100644
--- a/buffer.c
+++ b/buffer.c
@@ -85,9 +85,7 @@ struct TextBuffer {
/// capacity of \ref lines
u32 lines_capacity;
- /// cached settings index (into ted->all_settings), or -1 if has not been computed yet
- i32 settings_idx;
-
+ Settings settings;
/// which LSP this document is open in
LSPID lsp_opened_in;
/// determining which LSP to use for a buffer takes some work,