summaryrefslogtreecommitdiff
path: root/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'buffer.c')
-rw-r--r--buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/buffer.c b/buffer.c
index bc1e6da..64d9024 100644
--- a/buffer.c
+++ b/buffer.c
@@ -2836,7 +2836,7 @@ bool buffer_save(TextBuffer *buffer) {
buffer->undo_history_write_pos = arr_len(buffer->undo_history);
if (buffer->path && str_has_suffix(path_filename(buffer->path), "ted.cfg")
&& buffer_settings(buffer)->auto_reload_config) {
- ted_load_configs(buffer->ted, true);
+ ted_reload_configs(buffer->ted);
}
}
return success;