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 /ted.h | |
parent | 77cfc38b57626e2c5a0b3549407c13acecb62d20 (diff) |
regenerate tags if tag not found
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ typedef struct { bool line_numbers; bool auto_reload; bool restore_session; + bool regenerate_tags_if_not_found; u8 tab_width; u8 cursor_width; u8 undo_save_time; |