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

comptags -C _cur_context

comptags -R "$1" &&
    if [[ $# -gt 1 ]]; then
      _description "${(@)argv[2,-1]}"
      return 0
    fi