summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-04-13 12:29:32 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2021-04-13 12:29:32 -0400
commit69789c042460e012ec3054cc2e6ceeff25e394b9 (patch)
tree0bb6fcd54a4e0f85ba430a2e3e2c54af258d797d /main.c
parent2007d299916be6b079e6b97aea7c4d2835e23bd0 (diff)
change fs_list_directory to include entry types directly
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 0b9aaef..1f8a13b 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,6 @@
// @TODO:
// - terminate process not working on windows?
-// - auto-regenerate tags (if no tag found/line number tag found)
+// - auto-regenerate tags (if tag not found)
// - comment/uncomment selection
#include "base.h"
no_warn_start