aboutsummaryrefslogtreecommitdiff
path: root/ISSUES.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-23 14:17:21 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-23 14:18:19 +1300
commitce7fed31392bcd212e0b7258f39734b224b5fbb4 (patch)
tree67df89a9d73203907c1ebc1ea06190d92a599a9d /ISSUES.md
parentMerge branch 'feature/vim-plugin-...' into develop (diff)
downloaddotfiles-ce7fed31392bcd212e0b7258f39734b224b5fbb4.tar.gz
dotfiles-ce7fed31392bcd212e0b7258f39734b224b5fbb4.zip
Use consistent indentation for bulleted list items
Diffstat (limited to 'ISSUES.md')
-rw-r--r--ISSUES.md46
1 files changed, 23 insertions, 23 deletions
diff --git a/ISSUES.md b/ISSUES.md
index 77e0b1d9..80e75039 100644
--- a/ISSUES.md
+++ b/ISSUES.md
@@ -1,26 +1,26 @@
Known issues
============
-* man(1) completion doesn't work on OpenBSD as manpath(1) isn't a thing on
- that system; need to find some way of finding which manual directories
- should be searched at runtime, if there is one.
-* The checks gscr(1df) makes to determine where it is are a bit naïve (don't
- work with bare repos) and could probably be improved with some appropriate
- git-reflog(1) calls
-* dr(6df) is probably more practical in awk
-* Running the block of git(1) commands in the prompt leaves five "stale"
- jobspecs around that flee after a jobs builtin run; only saw this manifest
- after 90dcadf; either I understand job specs really poorly or this may be a
- bug in bash
-* I can't find a clean way of detecting a restricted shell for ksh instances
- to prevent trying to load anything fancy (works for Bash)
- * Zsh, either! $options[restricted] is "off" within the startup file
-* Would be good to complete the Makefile variables for NAME, EMAIL etc with
- educated guesses (`id -u`@`cat /etc/mailname`) etc rather than hardcoding
- my own stuff in there
-* Completion for custom functions e.g. `sd` should ideally respect
- `completion-ignore-case` setting
-* Document `install-conf` target once I'm sure it's not a dumb idea
-* Need to decide whether I care about XDG, and implement it if I do
-* Need to decide whether I'm testing the shell snippets for MPD, Keychain
- etc, and if so how.
+* man(1) completion doesn't work on OpenBSD as manpath(1) isn't a thing on that
+ system; need to find some way of finding which manual directories should be
+ searched at runtime, if there is one.
+* The checks gscr(1df) makes to determine where it is are a bit naïve (don't
+ work with bare repos) and could probably be improved with some appropriate
+ git-reflog(1) calls
+* dr(6df) is probably more practical in awk
+* Running the block of git(1) commands in the prompt leaves five "stale"
+ jobspecs around that flee after a jobs builtin run; only saw this manifest
+ after 90dcadf; either I understand job specs really poorly or this may be a
+ bug in bash
+* I can't find a clean way of detecting a restricted shell for ksh instances to
+ prevent trying to load anything fancy (works for Bash)
+ * Zsh, either! $options[restricted] is "off" within the startup file
+* Would be good to complete the Makefile variables for NAME, EMAIL etc with
+ educated guesses (`id -u`@`cat /etc/mailname`) etc rather than hardcoding my
+ own stuff in there
+* Completion for custom functions e.g. `sd` should ideally respect
+ `completion-ignore-case` setting
+* Document `install-conf` target once I'm sure it's not a dumb idea
+* Need to decide whether I care about XDG, and implement it if I do
+* Need to decide whether I'm testing the shell snippets for MPD, Keychain etc,
+ and if so how.