about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_run-help
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh/Command/_run-help')
-rw-r--r--Completion/Zsh/Command/_run-help2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_run-help b/Completion/Zsh/Command/_run-help
index b579d9711..786ad3785 100644
--- a/Completion/Zsh/Command/_run-help
+++ b/Completion/Zsh/Command/_run-help
@@ -3,5 +3,5 @@ local d expl
 local HELPDIR=${HELPDIR:-/usr/share/zsh/$ZSH_VERSION/help}
 [[ -d $HELPDIR ]] && {
 	d=($HELPDIR/*(:t))
-	(($#d)) && _wanted commands expl 'command' compadd -a d
+	(($#d)) && d+=('.' ':') && _wanted commands expl 'command' compadd -a d
 } || _man