diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-04-16 15:22:05 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-04-16 15:22:05 -0400 |
commit | 2a3bbb6674fe3b0e4ff996cae750a6e2880315ef (patch) | |
tree | 12c946157ef5b247bb3606f5cdfe8de82e35ce58 /config.c | |
parent | 77cfc38b57626e2c5a0b3549407c13acecb62d20 (diff) |
regenerate tags if tag not found
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -183,6 +183,7 @@ void config_read(Ted *ted, char const *filename) { {"syntax-highlighting", &settings->syntax_highlighting}, {"line-numbers", &settings->line_numbers}, {"restore-session", &settings->restore_session}, + {"regenerate-tags-if-not-found", &settings->regenerate_tags_if_not_found}, }; OptionU8 const options_u8[] = { {"tab-width", &settings->tab_width, 1, 100}, |