From 35b2633ad941966f5fca07b625a594a5b68c0fdb Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 15 Nov 1999 12:01:46 +0000 Subject: manual/8639 --- Completion/Core/_sort_tags | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/Core/_sort_tags') diff --git a/Completion/Core/_sort_tags b/Completion/Core/_sort_tags index f1740511d..f44479d56 100644 --- a/Completion/Core/_sort_tags +++ b/Completion/Core/_sort_tags @@ -3,18 +3,18 @@ comptry arguments values comptry options -case "$contexts" in +case "$curcontext" in # Some silly examples commented out: # # *p[bgpn]m*) # change the order for file-completion # comptry globbed-files directories # comptry all-files # ;; -# *:dvips,-o*) # automatic context set by _arguments +# *:dvips:-o*) # automatic context set by _arguments # comptry all-files # return # ;; -# *:kill,*) +# *:kill:*) # comptry processes # return # this return ensures that we use only processes # ;; -- cgit 1.4.1