From 62b586bf9ffc142a5fb2a55707d14d9d02242947 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 9 Apr 2008 13:06:47 +0000 Subject: 24806: more assoc subscript completion + typos --- Completion/Zsh/Context/_subscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Zsh') diff --git a/Completion/Zsh/Context/_subscript b/Completion/Zsh/Context/_subscript index ba398ffa5..0b23c1cac 100644 --- a/Completion/Zsh/Context/_subscript +++ b/Completion/Zsh/Context/_subscript @@ -70,7 +70,7 @@ elif [[ ${(Pt)${compstate[parameter]}} = assoc* ]]; then local suf MATCH MBEGIN MEND local -a keys keys=(${${(kP)compstate[parameter]}//(#m)[\$\\\[\]\(\)\[\{\}]/\\$MATCH}) - + keys=(${keys//#%(#m)[*@]/(e)$MATCH}) [[ "$RBUFFER" != (|\\)\]* ]] && suf="$osuf" _wanted association-keys expl 'association key' \ -- cgit 1.4.1