diff options
author | pommicket <pommicket@gmail.com> | 2022-12-23 13:07:37 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-23 13:07:37 -0500 |
commit | 7bf8860601771be812e72c557fe9681c968bceaf (patch) | |
tree | 035f7a767628daf8cdda1160555f39a8cfc698b7 /ted.h | |
parent | e4774c14963bf51840bbf940c1181fe7fc7c3046 (diff) |
identifier-trigger-characters setting
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -184,6 +184,7 @@ typedef struct { bool regenerate_tags_if_not_found; bool indent_with_spaces; bool trigger_characters; + bool identifier_trigger_characters; u8 tab_width; u8 cursor_width; u8 undo_save_time; |