aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-14 16:37:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-14 16:37:22 +1200
commit8d1315986e87cdbe9474dfc0fe559ea7750d59f9 (patch)
tree4cf156970b6e9be7be9d4e8871b55414c8542480
parentAmend some commentary on backups (diff)
downloaddotfiles-8d1315986e87cdbe9474dfc0fe559ea7750d59f9.tar.gz
dotfiles-8d1315986e87cdbe9474dfc0fe559ea7750d59f9.zip
Add possible fix for mail ftplugin issue
-rw-r--r--ISSUES.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/ISSUES.md b/ISSUES.md
index 8e214ff1..680b5539 100644
--- a/ISSUES.md
+++ b/ISSUES.md
@@ -31,4 +31,5 @@ Known issues
* The `_text_filenames` completion handler for Bash won't work on files with
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
+ that strips whitespace or quotes. It would probably be better to make the
+ cleanup it does an explicit action with a buffer-local map.