diff options
author | pommicket <pommicket@gmail.com> | 2023-10-18 23:47:17 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-10-18 23:47:17 -0400 |
commit | 0dc4d4db3a91faa799187fd321fcae82b12f9b66 (patch) | |
tree | 01450afdc49764bd8ea486d155a351fd7b6a8d4b /ted-internal.h | |
parent | 4d57539ffc2954e5c3b9c42da41511f69c4fcde9 (diff) |
editorconfig globs, testing "framework"
Diffstat (limited to 'ted-internal.h')
-rw-r--r-- | ted-internal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ted-internal.h b/ted-internal.h index f6649a2..3a9c578 100644 --- a/ted-internal.h +++ b/ted-internal.h @@ -513,6 +513,8 @@ bool config_applies_to(Config *cfg, const char *path, Language language); /// higher-priority configs override lower-priority ones. i32 config_priority(const Config *cfg); void settings_free(Settings *settings); +/// test config stuff +void config_test(Ted *ted); // === find.c === void find_init(Ted *ted); @@ -705,6 +707,8 @@ void syntax_quit(void); SymbolInfo *tags_get_symbols(Ted *ted); // === ted.c === +/// perform all ted tests +void ted_test(Ted *ted); /// update `ted->frame_time` void ted_update_time(Ted *ted); /// set ted's active buffer to something nice |