aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ISSUES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/ISSUES.md b/ISSUES.md
index 692bdb55..53237bcb 100644
--- a/ISSUES.md
+++ b/ISSUES.md
@@ -31,3 +31,7 @@ Known issues
* The `_text_filenames` completion handler for Bash won't work on files with
newlines in their names. Can it be made to?
* Typing the normal mode mapping for `paste_open.vim` *twice* causes an error.
+* The `xdg#` dictionary doesn't really work as an idea because it relies on the
+ user to make a copy of the structure or lists to avoid changing it in-place.
+ There would be a little more overhead to change this into a function call,
+ but it'd be somewhat safer.