1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-19 15:41:32 +02:00
zsh/Completion/Core/_requested
1999-11-09 13:14:59 +00:00

9 lines
141 B
Text

#autoload
local tag tname="$funcstack[2,-1]"
for tag; do
[[ "${_cur_tags[${tname}]}" = *:${tag}(:|\[*\]:)* ]] && return 0
done
return 1