aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-19 16:37:09 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-19 16:37:09 +1200
commit9c5ddc8364c46b7b2b93b3febb110ade621131ff (patch)
tree678c19ffdea197dd0f96cabb32bb85547027fcac /IDEAS.md
parentAdd an idea (diff)
downloaddotfiles-9c5ddc8364c46b7b2b93b3febb110ade621131ff.tar.gz
dotfiles-9c5ddc8364c46b7b2b93b3febb110ade621131ff.zip
Add an idea
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 feac7e10..146f7b95 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -29,3 +29,6 @@ Ideas
* Write my own take on a plugin that creates paths if they don't exist before
saving a file. I already have \P, but it might be nice to automate it, maybe
with a prompt for security raisins.
+* Write a ftplugin for Perl to switch between punctuation variable names and
+ English variable names., i.e. \e on `$?` would change to `$CHILD_ERROR`, and
+ vice-versa.