about summary refs log tree commit diff
path: root/Completion/Core/_tags
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Core/_tags')
-rw-r--r--Completion/Core/_tags1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Core/_tags b/Completion/Core/_tags
index e913095c4..208ec32b1 100644
--- a/Completion/Core/_tags
+++ b/Completion/Core/_tags
@@ -48,6 +48,7 @@ if (( $# )); then
       case $tag in
       -)     nodef=yes;;
       *\(\)) "${${tag%%[ 	]#\(\)}##[ 	]#}" "$@";;
+      \!*)   comptry "${(@)argv:#(${(j:|:)~${=tag[2,-1]}})}";;
       ?*)    comptry ${=tag};;
       esac
     done