aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-16 01:22:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-16 01:29:15 +1200
commit516eea5f36f9d565014c23d8e0b10b43191aedce (patch)
treeb643ed31876f631cbbf37257e334ebf4ab268763 /ISSUES.md
parentSimplify Vim XDG subdir definition (diff)
downloaddotfiles-516eea5f36f9d565014c23d8e0b10b43191aedce.tar.gz
dotfiles-516eea5f36f9d565014c23d8e0b10b43191aedce.zip
Switch XDG semantics to functions not global var
Diffstat (limited to 'ISSUES.md')
-rw-r--r--ISSUES.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/ISSUES.md b/ISSUES.md
index 3b0b2316..6fd39517 100644
--- a/ISSUES.md
+++ b/ISSUES.md
@@ -31,9 +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?
* 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.
* Highlighting the variable name in e.g. `unset -v VARNAME` works with `bash`
highlighting, but not with `sh` highlighting