about summary refs log tree commit diff
path: root/Completion/Commands
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-02-14 13:00:55 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-02-14 13:00:55 +0000
commit4871785f989702c938461972291331fc06364208 (patch)
tree805a8b6277c0a8230be87de9f2b5c7608a848332 /Completion/Commands
parent59d4f94e5d32163943547145fc4605947617f510 (diff)
downloadzsh-4871785f989702c938461972291331fc06364208.tar.gz
zsh-4871785f989702c938461972291331fc06364208.tar.xz
zsh-4871785f989702c938461972291331fc06364208.zip
zsh-workers/9711
Diffstat (limited to 'Completion/Commands')
-rw-r--r--Completion/Commands/_complete_help2
1 files changed, 1 insertions, 1 deletions
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