about summary refs log tree commit diff
path: root/Completion/Unix/Command/_global_tags
blob: bdd01baf619c51de15cf605bf7fb3a2ab12e4ec5 (plain) (blame)
1
2
3
4
5
6
7
8
9
#autoload

local globalresults

[[ -z $words[CURRENT] ]] && return 1

globalresults=($(global --completion $words[CURRENT]))

compadd -M 'm:{a-zA-Z}={A-Za-z}' -a "$@" - globalresults