1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-20 14:04:03 +01:00
zsh/Completion/Core/_requested

10 lines
141 B
Plaintext
Raw Normal View History

1999-11-09 14:15:00 +01:00
#autoload
local tag tname="$funcstack[2,-1]"
for tag; do
[[ "${_cur_tags[${tname}]}" = *:${tag}(:|\[*\]:)* ]] && return 0
done
return 1