summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-10-19 11:18:54 -0400
committerpommicket <pommicket@gmail.com>2023-10-19 11:18:54 -0400
commit553f01db25db52eea5396b575c66e2a6e77db1ce (patch)
tree75e7452c311719bbd9f022d8c549052db82ebce3 /main.c
parent94c2b5a926cd7273272fb9fe268dd61c50426c59 (diff)
is_path_separator
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index 723b748..3c2b97b 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,7 @@
/*
+TODO:
+- editorconfig replace / with \ on windows
+ and fix path-specific settings (should use \\ not \ now that we're using regex)
FUTURE FEATURES:
- more tests
- prepare rename support