From 49959a35df8d22d8ccb5fc9ef726953d5ae7f891 Mon Sep 17 00:00:00 2001 From: Martin Vaeth Date: Mon, 18 Nov 2013 10:06:33 -0800 Subject: 32008: complete "." and ":" for run-help, clean Doc/help in make --- Completion/Zsh/Command/.distfiles | 1 + Completion/Zsh/Command/_run-help | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'Completion/Zsh') diff --git a/Completion/Zsh/Command/.distfiles b/Completion/Zsh/Command/.distfiles index 6feec496d..bf780a2a0 100644 --- a/Completion/Zsh/Command/.distfiles +++ b/Completion/Zsh/Command/.distfiles @@ -22,6 +22,7 @@ _precommand _print _prompt _read +_run-help _sched _set _setopt 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 -- cgit 1.4.1