diff options
Diffstat (limited to 'editor.c')
| -rw-r--r-- | editor.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -195,6 +195,7 @@ void editor_tabwidth_set(Editor *ed, int tabwidth) { return; for (EditorWin *win = ed->windows; win; win = win->next) window_tabwidth_set(win->win, tabwidth); + ed->tabwidth = tabwidth; } bool editor_syntax_load(Editor *ed, Syntax *syntaxes, Color *colors) { |
