aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-01 01:33:44 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-01 01:33:44 +1300
commite95d9579b8354640e52de0ff8056e7bb0bd38ba4 (patch)
treec614700b83e301a35c8f61a1fffe2ce2678da5fc /ISSUES.md
parentCheck value of login shell more thoroughly (diff)
downloaddotfiles-e95d9579b8354640e52de0ff8056e7bb0bd38ba4.tar.gz
dotfiles-e95d9579b8354640e52de0ff8056e7bb0bd38ba4.zip
Add an issue with text filename completion
Diffstat (limited to 'ISSUES.md')
-rw-r--r--ISSUES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/ISSUES.md b/ISSUES.md
index 4e70c0ed..b2601de9 100644
--- a/ISSUES.md
+++ b/ISSUES.md
@@ -28,3 +28,5 @@ Known issues
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?