summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-01 22:45:59 -0500
committerpommicket <pommicket@gmail.com>2023-01-01 22:45:59 -0500
commita3e6a4914c92b4ce56940579b9e24568b9199344 (patch)
tree9255abcf6ea097e135d4449e28f3066e93d91566 /main.c
parent8308d6fc53ee339a0b5cac4b9b837179c61efbaa (diff)
rename options to settings
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index ec70abf..39299fb 100644
--- a/main.c
+++ b/main.c
@@ -11,6 +11,7 @@
- run everything through valgrind ideally with leak checking
- grep -i -n TODO *.[ch]
- when searching files, put exact matches at the top
+- auto-set build command for cmake (both for windows and unix)
--- LSP MERGE ---
- improve structure of ted source code to make LSP completions better
(make every c file a valid translation unit)