summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.c b/main.c
index 3bfd5f0..c30d86d 100644
--- a/main.c
+++ b/main.c
@@ -1,3 +1,9 @@
+// @TODO:
+// - bug involving load file when going to error (specifically, stuff like ./main.c) -- duplicate file opening
+// - command to reload all (unsaved) buffers
+// - terminate process not working on windows?
+// - auto-regenerate tags (if no tag found/line number tag found)
+// - comment/uncomment selection
#include "base.h"
no_warn_start
#if _WIN32