aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-02 14:40:10 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-02 14:40:10 +1300
commit9a9b683d27104e710c699fc9d70f8c8d0e413ec2 (patch)
tree700bf6dc9b69f2c8f9f87a60e1c5d476a6523a24
parentMerge branch 'release/v0.4.0' into develop (diff)
parentRemove an idea that has now been implemented (diff)
downloaddotfiles-9a9b683d27104e710c699fc9d70f8c8d0e413ec2.tar.gz
dotfiles-9a9b683d27104e710c699fc9d70f8c8d0e413ec2.zip
Merge branch 'feature/review-ideas' into develop
* feature/review-ideas: Remove an idea that has now been implemented
-rw-r--r--IDEAS.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/IDEAS.md b/IDEAS.md
index 6bb4af82..37857163 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -19,8 +19,6 @@ Ideas
* I can probably get rid of all that nasty templated shell by writing
something that wraps around td(1df) and generates shell script to run, and
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.