aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-02 14:39:13 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-02 14:39:13 +1300
commit10248b6cebe76833d9f92f14417e855aaab90ae5 (patch)
tree700bf6dc9b69f2c8f9f87a60e1c5d476a6523a24 /IDEAS.md
parentMerge branch 'release/v0.4.0' into develop (diff)
downloaddotfiles-10248b6cebe76833d9f92f14417e855aaab90ae5.tar.gz
dotfiles-10248b6cebe76833d9f92f14417e855aaab90ae5.zip
Remove an idea that has now been implemented
This was implemented and released in v0.4.0 as vim/plugin/bigfile.vim and vim/doc/bigfile.txt.
Diffstat (limited to 'IDEAS.md')
-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.