aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.md
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 /ISSUES.md
parentAdd possible fix for mail ftplugin issue (diff)
downloaddotfiles-85065b5a3e877d72c582246cf9659a8a5a144083.tar.gz
dotfiles-85065b5a3e877d72c582246cf9659a8a5a144083.zip
Two-space markdown files
Diffstat (limited to 'ISSUES.md')
-rw-r--r--ISSUES.md4
1 files changed, 2 insertions, 2 deletions
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.