aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-14 16:38:27 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-14 16:38:27 +1200
commit85065b5a3e877d72c582246cf9659a8a5a144083 (patch)
treed2de9293ea1fe8ebe6219d4db3db1b1b9c66ede5
parentAdd possible fix for mail ftplugin issue (diff)
downloaddotfiles-85065b5a3e877d72c582246cf9659a8a5a144083.tar.gz
dotfiles-85065b5a3e877d72c582246cf9659a8a5a144083.zip
Two-space markdown files
-rw-r--r--IDEAS.md4
-rw-r--r--ISSUES.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/IDEAS.md b/IDEAS.md
index 3d25a512..49f49548 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -22,8 +22,8 @@ Ideas
that wraps around `mktd(1df)` and generates shell script to run, and calls
that via `eval`.
* Ideally, the AWK and/or sed scripts in the bin and games directories 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.
+ be syntax-checked or linted. I could at least add some patient application
+ of appropriate `gawk --lint` calls for each of the .awk scripts.
* Alternate buffer type switching would probably work rather well as a simple
plugin.
* Write a ftplugin for Perl to switch between punctuation variable names and
diff --git a/ISSUES.md b/ISSUES.md
index 680b5539..e046856a 100644
--- a/ISSUES.md
+++ b/ISSUES.md
@@ -24,12 +24,12 @@ Known issues
* The custom shell functions really should be documented, but it's not clear to
me exactly where this should happen, because the commands' availability
depends on which shell you're using; the `sd` function isn't available when
- you're not using Bash. Maybe I should try to extend `help` without breaking
+ you're not using Bash. Maybe I should try to extend `help` without breaking
it?
* The `b:undo\_indent` definition for the `perl` filetype can probably be
pushed upstream.
* The `_text_filenames` completion handler for Bash won't work on files with
- newlines in their names. Can it be made to?
+ newlines in their names. Can it be made to?
* Something in the mail ftplugin is butchering the headers, probably something
that strips whitespace or quotes. It would probably be better to make the
cleanup it does an explicit action with a buffer-local map.