From 188e6569dbb250b25bf3fe74b9d13007d5207b51 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 10 Dec 1999 14:47:55 +0000 Subject: manual/8992 --- Completion/Core/_tags | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Completion/Core/_tags') diff --git a/Completion/Core/_tags b/Completion/Core/_tags index b39c0fff5..fcef91061 100644 --- a/Completion/Core/_tags +++ b/Completion/Core/_tags @@ -18,7 +18,7 @@ if (( $# )); then [[ "$1" = -(|-) ]] && shift - if _style -a '' group-order order; then + if zstyle -a ":completion${curcontext}" group-order order; then local name for name in "$order[@]"; do @@ -42,10 +42,6 @@ if (( $# )); then "${_sort_tags:-_sort_tags}" "$@" - # Also store the context (used below and in _requested). - - _cur_context="$curcontext" - # Return non-zero if at least one set of tags should be used. comptags -T @@ -57,10 +53,6 @@ fi local tags -# Reset the current context. - -comptags -C _cur_context - _failed_tags=( "$_failed_tags[@]" "$_last_tags[@]" ) # Return failure if no sets remaining. -- cgit 1.4.1