aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.md
diff options
context:
space:
mode:
Diffstat (limited to 'IDEAS.md')
-rw-r--r--IDEAS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/IDEAS.md b/IDEAS.md
index 0a812167..6bb4af82 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -21,3 +21,6 @@ Ideas
calls that via `eval`.
* The BigFileMeasures() function in .vim/config/bigfile.vim should maybe be a
self-contained plugin rather than a config subfile.
+* Ideally, the .awk and/or .sed scripts in the bin and games dirs should be
+ syntax-checked or linted. I could at least add some patient application of
+ appropriate `gawk --lint` calls for each of the .awk scripts.