From 4871785f989702c938461972291331fc06364208 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 14 Feb 2000 13:00:55 +0000 Subject: zsh-workers/9711 --- Completion/Commands/_complete_help | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Commands') diff --git a/Completion/Commands/_complete_help b/Completion/Commands/_complete_help index 9d3e47add..c1a2f90b2 100644 --- a/Completion/Commands/_complete_help +++ b/Completion/Commands/_complete_help @@ -12,7 +12,7 @@ _complete_help() { for i in "${(@k)help_funcs}"; do text="${text} -tags in context :completion:${i}" +tags in context :completion:${i}:" for j in "${(@s.:.)help_funcs[$i][2,-1]}"; do text="${text}${help_tags[${i}${j}]} (${j})" done -- cgit 1.4.1