From 1d2021da77176add92961477c68e8fa3c6666426 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 6 Jan 2000 14:49:54 +0000 Subject: zsh-workers/9248 --- Completion/Core/_tags | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion/Core/_tags') 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 -- cgit 1.4.1