From 581a17d964e35cdbbe4e90a7bf0333ef73cd49a8 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 16 Oct 2023 21:00:02 -0400 Subject: start new config nonsense --- main.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index df50932..60c2396 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,8 @@ /* +TODO: +- switch back to starting file after rename +- put signature help at top if cursor is near bottom +- .editorconfig? see https://editorconfig.org/ FUTURE FEATURES: - autodetect indentation (tabs vs spaces) - custom file/build command associations @@ -1261,7 +1265,7 @@ int main(int argc, char **argv) { buffer_free(ted->build_buffer); buffer_free(ted->argument_buffer); ted_free_fonts(ted); - config_free(ted); + config_free_all(ted); macros_free(ted); free(ted); #if _WIN32 -- cgit v1.2.3