diff options
author | pommicket <pommicket@gmail.com> | 2022-12-23 12:17:34 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-23 12:17:34 -0500 |
commit | bc21923ba75a46693f6470f9bff903e0df46ac15 (patch) | |
tree | 0f6ab5a910142861773591ea3845d700119e21c5 /ted.h | |
parent | e8ebc051bd606df22622c012d68804e275ef1dd5 (diff) |
LSP document_data
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -183,6 +183,7 @@ typedef struct { bool restore_session; bool regenerate_tags_if_not_found; bool indent_with_spaces; + bool trigger_characters; u8 tab_width; u8 cursor_width; u8 undo_save_time; |