summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 5 insertions, 1 deletions
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