about summary refs log tree commit diff
path: root/Completion/Core/_requested
blob: 09c57ee0987adb1bc170c152bc4c5a8555f59d12 (plain) (blame)
1
2
3
4
5
6
7
8
9
#autoload

# Reset the current context.

_cur_contexts="${_tag_contexts[$tname]}"

# Test if the tag given as argument was requested.

[[ "${_cur_tags[${funcstack[2,-1]}]}" = *:${1}:* ]]