aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-15 10:26:46 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-15 10:26:46 +1200
commit1b8859a9d0bf1da2d8a9320a78862e2c8a7ef41a (patch)
tree3ad99eef86982cc9fef13db5c782df55cce85b42
parentMerge branch 'hotfix/v8.37.1' into develop (diff)
downloaddotfiles-1b8859a9d0bf1da2d8a9320a78862e2c8a7ef41a.tar.gz
dotfiles-1b8859a9d0bf1da2d8a9320a78862e2c8a7ef41a.zip
Add an issue
-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.