From 61864a802fe59f0ec90dad38e1846ef645b0011e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 3 Sep 2008 09:16:54 +0000 Subject: Jörg Sommer : 25598/25599: auto-remove automatically added = in alias completion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Completion/Zsh/Command/_alias | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Zsh/Command/_alias b/Completion/Zsh/Command/_alias index c7b67c40a..617627cbe 100644 --- a/Completion/Zsh/Command/_alias +++ b/Completion/Zsh/Command/_alias @@ -19,6 +19,6 @@ if [[ -n "$state" ]]; then compset -S '=*' || suf='=' type=( ${opt_args[(i)[-+][grs]]#?} ) (( $#type )) && type=( -s $type ) - _wanted -x alias expl 'alias definition' _aliases -S "$suf" "$type[@]" + _wanted -x alias expl 'alias definition' _aliases -qS "$suf" "$type[@]" fi fi -- cgit 1.4.1