diff options
Diffstat (limited to 'buffer.c')
-rw-r--r-- | buffer.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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, |