diff options
author | pommicket <pommicket@gmail.com> | 2023-10-19 11:29:54 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-10-19 11:29:54 -0400 |
commit | 6c17b62f684981d250ed8300317e3b576393caa1 (patch) | |
tree | 8598de6e224c35ca886900ecde14cb6f140614e4 /main.c | |
parent | 553f01db25db52eea5396b575c66e2a6e77db1ce (diff) |
fixing regexes properly on windows
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,7 +1,4 @@ /* -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 |